Html Css Color HEX #BBE7EC Onahau

📋 copy color: '#BBE7EC'

red 187 ◦ green 231 ◦ blue 236

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

Shades of Onahau #BBE7EC

Tints of Onahau #BBE7EC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.32%

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

R = 28.59%
G = 35.32%
B = 36.09%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBE7EC (or 0xBBE7EC) is known color: Onahau. HEX triplet: BB, E7 and EC. RGB value is (187,231,236). Sum of RGB (Red+Green+Blue) = 187+231+236=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7EC is #441813. Grayscale: #DADADA. Windows color (decimal): -4462612 or 15525819. OLE color: 15525819.

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

Color convert

RGB 187 231 236 -
CMYK 0.21 0.02 0 0.07
HSL 186.12º 0.56% 0.83% -
HSV(B) 186.12º 0.21% 0.93% -
XYZ 64.21 73.77 90.21 -
YUV 218.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 187 231 236 0.21 0.02 0 0.07 186.12 0.56 0.83
Hex BB E7 EC 15 2 0 7 BA 38 53
Octal 273 347 354 25 2 0 7 272 70 123
Binary 10111011 11100111 11101100 10101 10 0 111 10111010 111000 1010011

Color Harmonies of #BBE7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7EC

Black with #BBE7EC

Text Example


Text Example

White with #BBE7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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