Html Css Color HEX #BBE0E9 Onahau

📋 copy color: '#BBE0E9'

red 187 ◦ green 224 ◦ blue 233

#BBE0E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #BBE0E9

Tints of Onahau #BBE0E9

RGB

 RED value IS 187 (73.44% from 255) = 29.04%

 GREEN value IS 224 (87.89% from 255) = 34.78%

 BLUE value IS 233 (91.41% from 255) = 36.18%

R = 29.04%
G = 34.78%
B = 36.18%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBE0E9 (or 0xBBE0E9) is known color: Onahau. HEX triplet: BB, E0 and E9. RGB value is (187,224,233). Sum of RGB (Red+Green+Blue) = 187+224+233=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBE0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0E9 is #441F16. Grayscale: #D5D5D5. Windows color (decimal): -4464407 or 15327419. OLE color: 15327419.

HSL color Cylindrical-coordinate representation of color #BBE0E9: hue angle of 191.74º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE0E9 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 224 233 -
CMYK 0.20 0.04 0 0.09
HSL 191.74º 0.51% 0.82% -
HSV(B) 191.74º 0.2% 0.91% -
XYZ 61.86 69.76 87.3 -
YUV 213.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 187 224 233 0.20 0.04 0 0.09 191.74 0.51 0.82
Hex BB E0 E9 14 4 0 9 C0 33 52
Octal 273 340 351 24 4 0 11 300 63 122
Binary 10111011 11100000 11101001 10100 100 0 1001 11000000 110011 1010010

Color Harmonies of #BBE0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE0E9

Black with #BBE0E9

Text Example


Text Example

White with #BBE0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE0E9; }

 p { color: rgb(187,224,233); }

 H1.HeaderClassName
 {
   color: #BBE0E9;
 }
 .AnyTagClassName
 {
   color: #BBE0E9;
 }
</style>

background-color css

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

 a { background-color: rgb(187,224,233); }

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

border-color css

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

 span { border-color: rgb(187,224,233); }

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