Html Css Color HEX #BBE9EA Onahau

📋 copy color: '#BBE9EA'

red 187 ◦ green 233 ◦ blue 234

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

Shades of Onahau #BBE9EA

Tints of Onahau #BBE9EA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.63%

 BLUE value IS 234 (91.8% from 255) = 35.78%

R = 28.59%
G = 35.63%
B = 35.78%

CMYK

 C value IS 0.20

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBE9EA (or 0xBBE9EA) is known color: Onahau. HEX triplet: BB, E9 and EA. RGB value is (187,233,234). Sum of RGB (Red+Green+Blue) = 187+233+234=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBE9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9EA is #441615. Grayscale: #DBDBDB. Windows color (decimal): -4462102 or 15395259. OLE color: 15395259.

HSL color Cylindrical-coordinate representation of color #BBE9EA: hue angle of 181.28º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9EA is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 233 234 -
CMYK 0.20 0.00 0 0.08
HSL 181.28º 0.53% 0.83% -
HSV(B) 181.28º 0.2% 0.92% -
XYZ 64.48 74.78 88.88 -
YUV 219.36 136.26 104.92 -
System Red Green Blue C M Y K H S L
Decimal 187 233 234 0.20 0.00 0 0.08 181.28 0.53 0.83
Hex BB E9 EA 14 0 0 8 B5 35 53
Octal 273 351 352 24 0 0 10 265 65 123
Binary 10111011 11101001 11101010 10100 0 0 1000 10110101 110101 1010011

Color Harmonies of #BBE9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE9EA

Black with #BBE9EA

Text Example


Text Example

White with #BBE9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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