Html Css Color HEX #BDF0CA Granny Apple

📋 copy color: '#BDF0CA'

red 189 ◦ green 240 ◦ blue 202

#BDF0CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #BDF0CA

Tints of Granny Apple #BDF0CA

RGB

 RED value IS 189 (74.22% from 255) = 29.95%

 GREEN value IS 240 (94.14% from 255) = 38.03%

 BLUE value IS 202 (79.3% from 255) = 32.01%

R = 29.95%
G = 38.03%
B = 32.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#BDF0CA (or 0xBDF0CA) is known color: Granny Apple. HEX triplet: BD, F0 and CA. RGB value is (189,240,202). Sum of RGB (Red+Green+Blue) = 189+240+202=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0CA is #420F35. Grayscale: #DCDCDC. Windows color (decimal): -4329270 or 13299901. OLE color: 13299901.

HSL color Cylindrical-coordinate representation of color #BDF0CA: hue angle of 135.29º degrees, saturation: 0.63, 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 #BDF0CA is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 202 -
CMYK 0.21 0 0.16 0.06
HSL 135.29º 0.63% 0.84% -
HSV(B) 135.29º 0.21% 0.94% -
XYZ 62.81 77.4 67.51 -
YUV 220.42 117.6 105.59 -
System Red Green Blue C M Y K H S L
Decimal 189 240 202 0.21 0 0.16 0.06 135.29 0.63 0.84
Hex BD F0 CA 15 0 10 6 87 3F 54
Octal 275 360 312 25 0 20 6 207 77 124
Binary 10111101 11110000 11001010 10101 0 10000 110 10000111 111111 1010100

Color Harmonies of #BDF0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0CA

Black with #BDF0CA

Text Example


Text Example

White with #BDF0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0CA; }

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

 H1.HeaderClassName
 {
   color: #BDF0CA;
 }
 .AnyTagClassName
 {
   color: #BDF0CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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