#BDF9CA

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

Shades of Granny Apple #BDF9CA

Tints of Granny Apple #BDF9CA

Color information

#BDF9CA (or 0xBDF9CA) is unknown color: approx Granny Apple. HEX triplet: BD, F9 and CA. RGB value is (189,249,202). Sum of RGB (Red+Green+Blue) = 189+249+202=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9CA is #420635. Grayscale: #E1E1E1. Windows color (decimal): -4326966 or 13302205. OLE color: 13302205.

HSL color Cylindrical-coordinate representation of color #BDF9CA: hue angle of 133º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF9CA is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB189249202-
CMYK0.2400.190.02
HSL133º83.33%85.88%-
HSV(B)133º24.1%97.65%-
XYZ65.5282.8368.41-
YUV225.7114.62101.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.53%
GREEN value IS 249 (97.66% from 255) = 38.91%
BLUE value IS 202 (79.30% from 255) = 31.56%
R=29.53%
G=38.91%
B=31.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892492020.2400.190.0213383.3385.88
HexBDF9CA180132855356
Octal275371312300232205123126
Binary10111101111110011100101011000010011101000010110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF9CA; }

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

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

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

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

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

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

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

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