Html Css Color HEX #BBE5EC Onahau

📋 copy color: '#BBE5EC'

red 187 ◦ green 229 ◦ blue 236

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

Shades of Onahau #BBE5EC

Tints of Onahau #BBE5EC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.12%

 BLUE value IS 236 (92.58% from 255) = 36.2%

R = 28.68%
G = 35.12%
B = 36.2%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBE5EC (or 0xBBE5EC) is known color: Onahau. HEX triplet: BB, E5 and EC. RGB value is (187,229,236). Sum of RGB (Red+Green+Blue) = 187+229+236=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5EC is #441A13. Grayscale: #D9D9D9. Windows color (decimal): -4463124 or 15525307. OLE color: 15525307.

HSL color Cylindrical-coordinate representation of color #BBE5EC: hue angle of 188.57º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBE5EC is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 229 236 -
CMYK 0.21 0.03 0 0.07
HSL 188.57º 0.56% 0.83% -
HSV(B) 188.57º 0.21% 0.93% -
XYZ 63.65 72.66 90.03 -
YUV 217.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 187 229 236 0.21 0.03 0 0.07 188.57 0.56 0.83
Hex BB E5 EC 15 3 0 7 BD 38 53
Octal 273 345 354 25 3 0 7 275 70 123
Binary 10111011 11100101 11101100 10101 11 0 111 10111101 111000 1010011

Color Harmonies of #BBE5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE5EC

Black with #BBE5EC

Text Example


Text Example

White with #BBE5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE5EC; }

 p { color: rgb(187,229,236); }

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

background-color css

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

 a { background-color: rgb(187,229,236); }

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

border-color css

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

 span { border-color: rgb(187,229,236); }

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