Html Css Color HEX #BBE3EA Onahau

📋 copy color: '#BBE3EA'

red 187 ◦ green 227 ◦ blue 234

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

Shades of Onahau #BBE3EA

Tints of Onahau #BBE3EA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.03%

 BLUE value IS 234 (91.8% from 255) = 36.11%

R = 28.86%
G = 35.03%
B = 36.11%

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

#BBE3EA (or 0xBBE3EA) is known color: Onahau. HEX triplet: BB, E3 and EA. RGB value is (187,227,234). Sum of RGB (Red+Green+Blue) = 187+227+234=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 227 (89.06% from 255 or 35.03% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE3EA is #441C15. Grayscale: #D7D7D7. Windows color (decimal): -4463638 or 15393723. OLE color: 15393723.

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

Color convert

RGB 187 227 234 -
CMYK 0.20 0.03 0 0.08
HSL 188.94º 0.53% 0.83% -
HSV(B) 188.94º 0.2% 0.92% -
XYZ 62.81 71.44 88.32 -
YUV 215.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 187 227 234 0.20 0.03 0 0.08 188.94 0.53 0.83
Hex BB E3 EA 14 3 0 8 BD 35 53
Octal 273 343 352 24 3 0 10 275 65 123
Binary 10111011 11100011 11101010 10100 11 0 1000 10111101 110101 1010011

Color Harmonies of #BBE3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE3EA

Black with #BBE3EA

Text Example


Text Example

White with #BBE3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE3EA; }

 p { color: rgb(187,227,234); }

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

background-color css

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

 a { background-color: rgb(187,227,234); }

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

border-color css

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

 span { border-color: rgb(187,227,234); }

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