#BBF2FA

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

Shades of Onahau #BBF2FA

Tints of Onahau #BBF2FA

Color information

#BBF2FA (or 0xBBF2FA) is unknown color: approx Onahau. HEX triplet: BB, F2 and FA. RGB value is (187,242,250). Sum of RGB (Red+Green+Blue) = 187+242+250=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2FA is #440D05. Grayscale: #E2E2E2. Windows color (decimal): -4459782 or 16446139. OLE color: 16446139.

HSL color Cylindrical-coordinate representation of color #BBF2FA: hue angle of 187.62º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF2FA is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187242250-
CMYK0.250.0300.02
HSL187.62º86.3%85.69%-
HSV(B)187.62º25.2%98.04%-
XYZ69.580.97102.41-
YUV226.47141.2899.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.54%
GREEN value IS 242 (94.92% from 255) = 35.64%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=27.54%
G=35.64%
B=36.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872422500.250.0300.02187.6286.385.69
HexBBF2FA19302bc5656
Octal27336237231302274126126
Binary10111011111100101111101011001110101011110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF2FA; }

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

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

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

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

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

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

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

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