Html Css Color HEX #BBE0EE Onahau

📋 copy color: '#BBE0EE'

red 187 ◦ green 224 ◦ blue 238

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

Shades of Onahau #BBE0EE

Tints of Onahau #BBE0EE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.51%

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

R = 28.81%
G = 34.51%
B = 36.67%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBE0EE (or 0xBBE0EE) is known color: Onahau. HEX triplet: BB, E0 and EE. RGB value is (187,224,238). Sum of RGB (Red+Green+Blue) = 187+224+238=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0EE is #441F11. Grayscale: #D6D6D6. Windows color (decimal): -4464402 or 15655099. OLE color: 15655099.

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

Color convert

RGB 187 224 238 -
CMYK 0.21 0.06 0 0.07
HSL 196.47º 0.6% 0.83% -
HSV(B) 196.47º 0.21% 0.93% -
XYZ 62.58 70.05 91.11 -
YUV 214.53 141.24 108.36 -
System Red Green Blue C M Y K H S L
Decimal 187 224 238 0.21 0.06 0 0.07 196.47 0.6 0.83
Hex BB E0 EE 15 6 0 7 C4 3C 53
Octal 273 340 356 25 6 0 7 304 74 123
Binary 10111011 11100000 11101110 10101 110 0 111 11000100 111100 1010011

Color Harmonies of #BBE0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE0EE

Black with #BBE0EE

Text Example


Text Example

White with #BBE0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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