Html Css Color HEX #BDF1CA Granny Apple

📋 copy color: '#BDF1CA'

red 189 ◦ green 241 ◦ blue 202

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

Shades of Granny Apple #BDF1CA

Tints of Granny Apple #BDF1CA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.13%

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

R = 29.91%
G = 38.13%
B = 31.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#BDF1CA (or 0xBDF1CA) is known color: Granny Apple. HEX triplet: BD, F1 and CA. RGB value is (189,241,202). Sum of RGB (Red+Green+Blue) = 189+241+202=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1CA is #420E35. Grayscale: #DDDDDD. Windows color (decimal): -4329014 or 13300157. OLE color: 13300157.

HSL color Cylindrical-coordinate representation of color #BDF1CA: hue angle of 135º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1CA is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 202 -
CMYK 0.22 0 0.16 0.05
HSL 135º 0.65% 0.84% -
HSV(B) 135º 0.22% 0.95% -
XYZ 63.1 77.99 67.61 -
YUV 221.01 117.27 105.17 -
System Red Green Blue C M Y K H S L
Decimal 189 241 202 0.22 0 0.16 0.05 135 0.65 0.84
Hex BD F1 CA 16 0 10 5 87 41 54
Octal 275 361 312 26 0 20 5 207 101 124
Binary 10111101 11110001 11001010 10110 0 10000 101 10000111 1000001 1010100

Color Harmonies of #BDF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF1CA

Black with #BDF1CA

Text Example


Text Example

White with #BDF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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