#BBE2F2

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

Shades of Onahau #BBE2F2

Tints of Onahau #BBE2F2

Color information

#BBE2F2 (or 0xBBE2F2) is unknown color: approx Onahau. HEX triplet: BB, E2 and F2. RGB value is (187,226,242). Sum of RGB (Red+Green+Blue) = 187+226+242=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBE2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2F2 is #441D0D. Grayscale: #D8D8D8. Windows color (decimal): -4463886 or 15917755. OLE color: 15917755.

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

Color convert

RGB187226242-
CMYK0.230.0700.05
HSL197.45º67.9%84.12%-
HSV(B)197.45º22.73%94.9%-
XYZ63.7271.3794.42-
YUV216.16142.58107.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 226 (88.67% from 255) = 34.50%
BLUE value IS 242 (94.92% from 255) = 36.95%
R=28.55%
G=34.50%
B=36.95%

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
Decimal1872262420.230.0700.05197.4567.984.12
HexBBE2F217705c54454
Octal27334236227705305104124
Binary1011101111100010111100101011111101011100010110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE2F2; }

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

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

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

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

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

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

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

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