Html Css Color HEX #BBE1E9 Onahau

📋 copy color: '#BBE1E9'

red 187 ◦ green 225 ◦ blue 233

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

Shades of Onahau #BBE1E9

Tints of Onahau #BBE1E9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.88%

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

R = 28.99%
G = 34.88%
B = 36.12%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBE1E9 (or 0xBBE1E9) is known color: Onahau. HEX triplet: BB, E1 and E9. RGB value is (187,225,233). Sum of RGB (Red+Green+Blue) = 187+225+233=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBE1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1E9 is #441E16. Grayscale: #D6D6D6. Windows color (decimal): -4464151 or 15327675. OLE color: 15327675.

HSL color Cylindrical-coordinate representation of color #BBE1E9: hue angle of 190.43º 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 #BBE1E9 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 225 233 -
CMYK 0.20 0.03 0 0.09
HSL 190.43º 0.51% 0.82% -
HSV(B) 190.43º 0.2% 0.91% -
XYZ 62.13 70.3 87.39 -
YUV 214.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 187 225 233 0.20 0.03 0 0.09 190.43 0.51 0.82
Hex BB E1 E9 14 3 0 9 BE 33 52
Octal 273 341 351 24 3 0 11 276 63 122
Binary 10111011 11100001 11101001 10100 11 0 1001 10111110 110011 1010010

Color Harmonies of #BBE1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE1E9

Black with #BBE1E9

Text Example


Text Example

White with #BBE1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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