Html Css Color HEX #BBE5EB Onahau

📋 copy color: '#BBE5EB'

red 187 ◦ green 229 ◦ blue 235

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

Shades of Onahau #BBE5EB

Tints of Onahau #BBE5EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.1%

R = 28.73%
G = 35.18%
B = 36.1%

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

#BBE5EB (or 0xBBE5EB) is known color: Onahau. HEX triplet: BB, E5 and EB. RGB value is (187,229,235). Sum of RGB (Red+Green+Blue) = 187+229+235=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5EB is #441A14. Grayscale: #D9D9D9. Windows color (decimal): -4463125 or 15459771. OLE color: 15459771.

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

Color convert

RGB 187 229 235 -
CMYK 0.20 0.03 0 0.08
HSL 187.5º 0.55% 0.83% -
HSV(B) 187.5º 0.2% 0.92% -
XYZ 63.51 72.6 89.26 -
YUV 217.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 187 229 235 0.20 0.03 0 0.08 187.5 0.55 0.83
Hex BB E5 EB 14 3 0 8 BC 37 53
Octal 273 345 353 24 3 0 10 274 67 123
Binary 10111011 11100101 11101011 10100 11 0 1000 10111100 110111 1010011

Color Harmonies of #BBE5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE5EB

Black with #BBE5EB

Text Example


Text Example

White with #BBE5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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