#BBECCD

Color #BBECCD Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BBECCD

Tints of Granny Apple #BBECCD

Color information

#BBECCD (or 0xBBECCD) is unknown color: approx Granny Apple. HEX triplet: BB, EC and CD. RGB value is (187,236,205). Sum of RGB (Red+Green+Blue) = 187+236+205=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECCD is #441332. Grayscale: #D9D9D9. Windows color (decimal): -4461363 or 13495483. OLE color: 13495483.

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

Color convert

RGB187236205-
CMYK0.2100.130.07
HSL142.04º56.32%82.94%-
HSV(B)142.04º20.76%92.55%-
XYZ61.5174.9668.99-
YUV217.82120.77106.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 236 (92.58% from 255) = 37.58%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=29.78%
G=37.58%
B=32.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872362050.2100.130.07142.0456.3282.94
HexBBECCD150D78e3853
Octal27335431525015721670123
Binary1011101111101100110011011010101101111100011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECCD; }

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

 H1.HeaderClassName
 {
   color: #BBECCD;
 }
 .AnyTagClassName
 {
   color: #BBECCD;
 }
</style>
background-color css

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

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

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

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

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

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