Html Css Color HEX #BBE4EA Onahau

📋 copy color: '#BBE4EA'

red 187 ◦ green 228 ◦ blue 234

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

Shades of Onahau #BBE4EA

Tints of Onahau #BBE4EA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.13%

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

R = 28.81%
G = 35.13%
B = 36.06%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBE4EA (or 0xBBE4EA) is known color: Onahau. HEX triplet: BB, E4 and EA. RGB value is (187,228,234). Sum of RGB (Red+Green+Blue) = 187+228+234=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4EA is #441B15. Grayscale: #D8D8D8. Windows color (decimal): -4463382 or 15393979. OLE color: 15393979.

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

Color convert

RGB 187 228 234 -
CMYK 0.20 0.03 0 0.08
HSL 187.66º 0.53% 0.83% -
HSV(B) 187.66º 0.2% 0.92% -
XYZ 63.09 71.99 88.41 -
YUV 216.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 187 228 234 0.20 0.03 0 0.08 187.66 0.53 0.83
Hex BB E4 EA 14 3 0 8 BC 35 53
Octal 273 344 352 24 3 0 10 274 65 123
Binary 10111011 11100100 11101010 10100 11 0 1000 10111100 110101 1010011

Color Harmonies of #BBE4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE4EA

Black with #BBE4EA

Text Example


Text Example

White with #BBE4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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