#BDEECF

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

Shades of Granny Apple #BDEECF

Tints of Granny Apple #BDEECF

Color information

#BDEECF (or 0xBDEECF) is unknown color: approx Granny Apple. HEX triplet: BD, EE and CF. RGB value is (189,238,207). Sum of RGB (Red+Green+Blue) = 189+238+207=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEECF is #421130. Grayscale: #DBDBDB. Windows color (decimal): -4329777 or 13627069. OLE color: 13627069.

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

Color convert

RGB189238207-
CMYK0.2100.130.07
HSL142.04º59.04%83.73%-
HSV(B)142.04º20.59%93.33%-
XYZ62.8276.4770.48-
YUV219.82120.77106.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.81%
GREEN value IS 238 (93.36% from 255) = 37.54%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=29.81%
G=37.54%
B=32.65%

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
Decimal1892382070.2100.130.07142.0459.0483.73
HexBDEECF150D78e3b54
Octal27535631725015721673124
Binary1011110111101110110011111010101101111100011101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEECF; }

 p { color: rgb(189,238,207); }

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

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

 a { background-color: rgb(189,238,207); }

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

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

 span { border-color: rgb(189,238,207); }

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