#BBF1F8

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

Shades of Onahau #BBF1F8

Tints of Onahau #BBF1F8

Color information

#BBF1F8 (or 0xBBF1F8) is unknown color: approx Onahau. HEX triplet: BB, F1 and F8. RGB value is (187,241,248). Sum of RGB (Red+Green+Blue) = 187+241+248=676 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.66% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBF1F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1F8 is #440E07. Grayscale: #E1E1E1. Windows color (decimal): -4460040 or 16314811. OLE color: 16314811.

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

Color convert

RGB187241248-
CMYK0.250.0300.03
HSL186.89º81.33%85.29%-
HSV(B)186.89º24.6%97.25%-
XYZ68.8980.25100.67-
YUV225.65140.61100.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.66%
GREEN value IS 241 (94.53% from 255) = 35.65%
BLUE value IS 248 (97.27% from 255) = 36.69%
R=27.66%
G=35.65%
B=36.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872412480.250.0300.03186.8981.3385.29
HexBBF1F819303bb5155
Octal27336137031303273121125
Binary10111011111100011111100011001110111011101110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1F8; }

 p { color: rgb(187,241,248); }

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

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

 a { background-color: rgb(187,241,248); }

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

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

 span { border-color: rgb(187,241,248); }

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