#BBE1F2

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

Shades of Onahau #BBE1F2

Tints of Onahau #BBE1F2

Color information

#BBE1F2 (or 0xBBE1F2) is unknown color: approx Onahau. HEX triplet: BB, E1 and F2. RGB value is (187,225,242). Sum of RGB (Red+Green+Blue) = 187+225+242=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBE1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1F2 is #441E0D. Grayscale: #D7D7D7. Windows color (decimal): -4464142 or 15917499. OLE color: 15917499.

HSL color Cylindrical-coordinate representation of color #BBE1F2: hue angle of 198.55º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBE1F2 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187225242-
CMYK0.230.0700.05
HSL198.55º67.9%84.12%-
HSV(B)198.55º22.73%94.9%-
XYZ63.4570.8394.33-
YUV215.58142.91107.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.59%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=28.59%
G=34.40%
B=37.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872252420.230.0700.05198.5567.984.12
HexBBE1F217705c74454
Octal27334136227705307104124
Binary1011101111100001111100101011111101011100011110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE1F2; }

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

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

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

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

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

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

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

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