#BDEFCA

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

Shades of Granny Apple #BDEFCA

Tints of Granny Apple #BDEFCA

Color information

#BDEFCA (or 0xBDEFCA) is unknown color: approx Granny Apple. HEX triplet: BD, EF and CA. RGB value is (189,239,202). Sum of RGB (Red+Green+Blue) = 189+239+202=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFCA is #421035. Grayscale: #DBDBDB. Windows color (decimal): -4329526 or 13299645. OLE color: 13299645.

HSL color Cylindrical-coordinate representation of color #BDEFCA: hue angle of 135.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFCA is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB189239202-
CMYK0.2100.150.06
HSL135.6º60.98%83.92%-
HSV(B)135.6º20.92%93.73%-
XYZ62.5176.8267.41-
YUV219.83117.94106.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30%
GREEN value IS 239 (93.75% from 255) = 37.94%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=30%
G=37.94%
B=32.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892392020.2100.150.06135.660.9883.92
HexBDEFCA150F6883d54
Octal27535731225017621075124
Binary1011110111101111110010101010101111110100010001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEFCA; }

 p { color: rgb(189,239,202); }

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

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

 a { background-color: rgb(189,239,202); }

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

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

 span { border-color: rgb(189,239,202); }

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