Html Css Color HEX #BBE8EA Onahau

📋 copy color: '#BBE8EA'

red 187 ◦ green 232 ◦ blue 234

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

Shades of Onahau #BBE8EA

Tints of Onahau #BBE8EA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.53%

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

R = 28.64%
G = 35.53%
B = 35.83%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBE8EA (or 0xBBE8EA) is known color: Onahau. HEX triplet: BB, E8 and EA. RGB value is (187,232,234). Sum of RGB (Red+Green+Blue) = 187+232+234=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBE8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE8EA is #441715. Grayscale: #DADADA. Windows color (decimal): -4462358 or 15395003. OLE color: 15395003.

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

Color convert

RGB 187 232 234 -
CMYK 0.20 0.01 0 0.08
HSL 182.55º 0.53% 0.83% -
HSV(B) 182.55º 0.2% 0.92% -
XYZ 64.2 74.22 88.78 -
YUV 218.77 136.59 105.34 -
System Red Green Blue C M Y K H S L
Decimal 187 232 234 0.20 0.01 0 0.08 182.55 0.53 0.83
Hex BB E8 EA 14 1 0 8 B7 35 53
Octal 273 350 352 24 1 0 10 267 65 123
Binary 10111011 11101000 11101010 10100 1 0 1000 10110111 110101 1010011

Color Harmonies of #BBE8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE8EA

Black with #BBE8EA

Text Example


Text Example

White with #BBE8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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