#BBE3F2

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

Shades of Onahau #BBE3F2

Tints of Onahau #BBE3F2

Color information

#BBE3F2 (or 0xBBE3F2) is unknown color: approx Onahau. HEX triplet: BB, E3 and F2. RGB value is (187,227,242). Sum of RGB (Red+Green+Blue) = 187+227+242=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBE3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE3F2 is #441C0D. Grayscale: #D8D8D8. Windows color (decimal): -4463630 or 15918011. OLE color: 15918011.

HSL color Cylindrical-coordinate representation of color #BBE3F2: hue angle of 196.36º 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 #BBE3F2 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187227242-
CMYK0.230.0600.05
HSL196.36º67.9%84.12%-
HSV(B)196.36º22.73%94.9%-
XYZ63.9971.9194.51-
YUV216.75142.25106.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.51%
GREEN value IS 227 (89.06% from 255) = 34.60%
BLUE value IS 242 (94.92% from 255) = 36.89%
R=28.51%
G=34.60%
B=36.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872272420.230.0600.05196.3667.984.12
HexBBE3F217605c44454
Octal27334336227605304104124
Binary1011101111100011111100101011111001011100010010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE3F2; }

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

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

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

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

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

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

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

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