#BDF4CA

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

Shades of Granny Apple #BDF4CA

Tints of Granny Apple #BDF4CA

Color information

#BDF4CA (or 0xBDF4CA) is unknown color: approx Granny Apple. HEX triplet: BD, F4 and CA. RGB value is (189,244,202). Sum of RGB (Red+Green+Blue) = 189+244+202=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4CA is #420B35. Grayscale: #DEDEDE. Windows color (decimal): -4328246 or 13300925. OLE color: 13300925.

HSL color Cylindrical-coordinate representation of color #BDF4CA: hue angle of 134.18º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4CA is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB189244202-
CMYK0.2300.170.04
HSL134.18º71.43%84.9%-
HSV(B)134.18º22.54%95.69%-
XYZ6479.7867.9-
YUV222.77116.28103.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 244 (95.70% from 255) = 38.43%
BLUE value IS 202 (79.30% from 255) = 31.81%
R=29.76%
G=38.43%
B=31.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892442020.2300.170.04134.1871.4384.9
HexBDF4CA170114864755
Octal275364312270214206107125
Binary101111011111010011001010101110100011001000011010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF4CA; }

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

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

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

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

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

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

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

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