#BBF2FD

Color #BBF2FD Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BBF2FD

Tints of Onahau #BBF2FD

Color information

#BBF2FD (or 0xBBF2FD) is unknown color: approx Onahau. HEX triplet: BB, F2 and FD. RGB value is (187,242,253). Sum of RGB (Red+Green+Blue) = 187+242+253=682 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.42% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBF2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2FD is #440D02. Grayscale: #E2E2E2. Windows color (decimal): -4459779 or 16642747. OLE color: 16642747.

HSL color Cylindrical-coordinate representation of color #BBF2FD: hue angle of 190º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBF2FD is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187242253-
CMYK0.260.0400.01
HSL190º94.29%86.27%-
HSV(B)190º26.09%99.22%-
XYZ69.9881.16104.91-
YUV226.81142.7899.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 27.42%
GREEN value IS 242 (94.92% from 255) = 35.48%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=27.42%
G=35.48%
B=37.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872422530.260.0400.0119094.2986.27
HexBBF2FD1A401be5e56
Octal27336237532401276136126
Binary10111011111100101111110111010100011011111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF2FD; }

 p { color: rgb(187,242,253); }

 H1.HeaderClassName
 {
   color: #BBF2FD;
 }
 .AnyTagClassName
 {
   color: #BBF2FD;
 }
</style>
background-color css

<style>
 a { background-color: #BBF2FD; }

 a { background-color: rgb(187,242,253); }

 div.DivClassName
 {
   background-color: #BBF2FD;
 }
 .BgClassName
 {
   background-color: #BBF2FD;
 }
</style>
border-color css

<style>
 span { border-color: #BBF2FD; }

 span { border-color: rgb(187,242,253); }

 td.TdClassName
 {
   border-color: #BBF2FD;
 }
 .TagClassName
 {
   border-color: #BBF2FD;
 }
</style>