Html Css Color HEX #BBE5ED Onahau

📋 copy color: '#BBE5ED'

red 187 ◦ green 229 ◦ blue 237

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

Shades of Onahau #BBE5ED

Tints of Onahau #BBE5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.29%

R = 28.64%
G = 35.07%
B = 36.29%

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

#BBE5ED (or 0xBBE5ED) is known color: Onahau. HEX triplet: BB, E5 and ED. RGB value is (187,229,237). Sum of RGB (Red+Green+Blue) = 187+229+237=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5ED is #441A12. Grayscale: #D9D9D9. Windows color (decimal): -4463123 or 15590843. OLE color: 15590843.

HSL color Cylindrical-coordinate representation of color #BBE5ED: hue angle of 189.6º degrees, saturation: 0.58, 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 #BBE5ED is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 229 237 -
CMYK 0.21 0.03 0 0.07
HSL 189.6º 0.58% 0.83% -
HSV(B) 189.6º 0.21% 0.93% -
XYZ 63.8 72.72 90.79 -
YUV 217.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 187 229 237 0.21 0.03 0 0.07 189.6 0.58 0.83
Hex BB E5 ED 15 3 0 7 BE 3A 53
Octal 273 345 355 25 3 0 7 276 72 123
Binary 10111011 11100101 11101101 10101 11 0 111 10111110 111010 1010011

Color Harmonies of #BBE5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE5ED

Black with #BBE5ED

Text Example


Text Example

White with #BBE5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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