Html Css Color HEX #BBE5EE Onahau

📋 copy color: '#BBE5EE'

red 187 ◦ green 229 ◦ blue 238

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

Shades of Onahau #BBE5EE

Tints of Onahau #BBE5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.39%

R = 28.59%
G = 35.02%
B = 36.39%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBE5EE (or 0xBBE5EE) is known color: Onahau. HEX triplet: BB, E5 and EE. RGB value is (187,229,238). Sum of RGB (Red+Green+Blue) = 187+229+238=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5EE is #441A11. Grayscale: #D9D9D9. Windows color (decimal): -4463122 or 15656379. OLE color: 15656379.

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

Color convert

RGB 187 229 238 -
CMYK 0.21 0.04 0 0.07
HSL 190.59º 0.6% 0.83% -
HSV(B) 190.59º 0.21% 0.93% -
XYZ 63.95 72.78 91.57 -
YUV 217.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 187 229 238 0.21 0.04 0 0.07 190.59 0.6 0.83
Hex BB E5 EE 15 4 0 7 BF 3C 53
Octal 273 345 356 25 4 0 7 277 74 123
Binary 10111011 11100101 11101110 10101 100 0 111 10111111 111100 1010011

Color Harmonies of #BBE5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE5EE

Black with #BBE5EE

Text Example


Text Example

White with #BBE5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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