Html Css Color HEX #BBE6EC Onahau

📋 copy color: '#BBE6EC'

red 187 ◦ green 230 ◦ blue 236

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

Shades of Onahau #BBE6EC

Tints of Onahau #BBE6EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.14%

R = 28.64%
G = 35.22%
B = 36.14%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBE6EC (or 0xBBE6EC) is known color: Onahau. HEX triplet: BB, E6 and EC. RGB value is (187,230,236). Sum of RGB (Red+Green+Blue) = 187+230+236=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBE6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6EC is #441913. Grayscale: #D9D9D9. Windows color (decimal): -4462868 or 15525563. OLE color: 15525563.

HSL color Cylindrical-coordinate representation of color #BBE6EC: hue angle of 187.35º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBE6EC is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 230 236 -
CMYK 0.21 0.03 0 0.07
HSL 187.35º 0.56% 0.83% -
HSV(B) 187.35º 0.21% 0.93% -
XYZ 63.93 73.21 90.12 -
YUV 217.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 187 230 236 0.21 0.03 0 0.07 187.35 0.56 0.83
Hex BB E6 EC 15 3 0 7 BB 38 53
Octal 273 346 354 25 3 0 7 273 70 123
Binary 10111011 11100110 11101100 10101 11 0 111 10111011 111000 1010011

Color Harmonies of #BBE6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE6EC

Black with #BBE6EC

Text Example


Text Example

White with #BBE6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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