Html Css Color HEX #BBE1EA Onahau

📋 copy color: '#BBE1EA'

red 187 ◦ green 225 ◦ blue 234

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

Shades of Onahau #BBE1EA

Tints of Onahau #BBE1EA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.83%

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

R = 28.95%
G = 34.83%
B = 36.22%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBE1EA (or 0xBBE1EA) is known color: Onahau. HEX triplet: BB, E1 and EA. RGB value is (187,225,234). Sum of RGB (Red+Green+Blue) = 187+225+234=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBE1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1EA is #441E15. Grayscale: #D6D6D6. Windows color (decimal): -4464150 or 15393211. OLE color: 15393211.

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

Color convert

RGB 187 225 234 -
CMYK 0.20 0.04 0 0.08
HSL 191.49º 0.53% 0.83% -
HSV(B) 191.49º 0.2% 0.92% -
XYZ 62.27 70.36 88.14 -
YUV 214.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 187 225 234 0.20 0.04 0 0.08 191.49 0.53 0.83
Hex BB E1 EA 14 4 0 8 BF 35 53
Octal 273 341 352 24 4 0 10 277 65 123
Binary 10111011 11100001 11101010 10100 100 0 1000 10111111 110101 1010011

Color Harmonies of #BBE1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE1EA

Black with #BBE1EA

Text Example


Text Example

White with #BBE1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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