Html Css Color HEX #BBE6EA Onahau

📋 copy color: '#BBE6EA'

red 187 ◦ green 230 ◦ blue 234

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

Shades of Onahau #BBE6EA

Tints of Onahau #BBE6EA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.33%

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

R = 28.73%
G = 35.33%
B = 35.94%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBE6EA (or 0xBBE6EA) is known color: Onahau. HEX triplet: BB, E6 and EA. RGB value is (187,230,234). Sum of RGB (Red+Green+Blue) = 187+230+234=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6EA is #441915. Grayscale: #D9D9D9. Windows color (decimal): -4462870 or 15394491. OLE color: 15394491.

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

Color convert

RGB 187 230 234 -
CMYK 0.20 0.02 0 0.08
HSL 185.11º 0.53% 0.83% -
HSV(B) 185.11º 0.2% 0.92% -
XYZ 63.64 73.1 88.6 -
YUV 217.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 187 230 234 0.20 0.02 0 0.08 185.11 0.53 0.83
Hex BB E6 EA 14 2 0 8 B9 35 53
Octal 273 346 352 24 2 0 10 271 65 123
Binary 10111011 11100110 11101010 10100 10 0 1000 10111001 110101 1010011

Color Harmonies of #BBE6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE6EA

Black with #BBE6EA

Text Example


Text Example

White with #BBE6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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