Html Css Color HEX #BBE2E8 Onahau

📋 copy color: '#BBE2E8'

red 187 ◦ green 226 ◦ blue 232

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

Shades of Onahau #BBE2E8

Tints of Onahau #BBE2E8

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.04%

 BLUE value IS 232 (91.02% from 255) = 35.97%

R = 28.99%
G = 35.04%
B = 35.97%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBE2E8 (or 0xBBE2E8) is known color: Onahau. HEX triplet: BB, E2 and E8. RGB value is (187,226,232). Sum of RGB (Red+Green+Blue) = 187+226+232=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBE2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2E8 is #441D17. Grayscale: #D6D6D6. Windows color (decimal): -4463896 or 15262395. OLE color: 15262395.

HSL color Cylindrical-coordinate representation of color #BBE2E8: hue angle of 188º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE2E8 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 226 232 -
CMYK 0.19 0.03 0 0.09
HSL 188º 0.49% 0.82% -
HSV(B) 188º 0.19% 0.91% -
XYZ 62.26 70.78 86.73 -
YUV 215.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 187 226 232 0.19 0.03 0 0.09 188 0.49 0.82
Hex BB E2 E8 13 3 0 9 BC 31 52
Octal 273 342 350 23 3 0 11 274 61 122
Binary 10111011 11100010 11101000 10011 11 0 1001 10111100 110001 1010010

Color Harmonies of #BBE2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE2E8

Black with #BBE2E8

Text Example


Text Example

White with #BBE2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE2E8; }

 p { color: rgb(187,226,232); }

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

background-color css

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

 a { background-color: rgb(187,226,232); }

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

border-color css

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

 span { border-color: rgb(187,226,232); }

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