Html Css Color HEX #BDF9D2 Granny Apple

📋 copy color: '#BDF9D2'

red 189 ◦ green 249 ◦ blue 210

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

Shades of Granny Apple #BDF9D2

Tints of Granny Apple #BDF9D2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.43%

 BLUE value IS 210 (82.42% from 255) = 32.41%

R = 29.17%
G = 38.43%
B = 32.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#BDF9D2 (or 0xBDF9D2) is known color: Granny Apple. HEX triplet: BD, F9 and D2. RGB value is (189,249,210). Sum of RGB (Red+Green+Blue) = 189+249+210=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9D2 is #42062D. Grayscale: #E2E2E2. Windows color (decimal): -4326958 or 13826493. OLE color: 13826493.

HSL color Cylindrical-coordinate representation of color #BDF9D2: hue angle of 141º 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 #BDF9D2 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 210 -
CMYK 0.24 0 0.16 0.02
HSL 141º 0.83% 0.86% -
HSV(B) 141º 0.24% 0.98% -
XYZ 66.49 83.22 73.53 -
YUV 226.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 189 249 210 0.24 0 0.16 0.02 141 0.83 0.86
Hex BD F9 D2 18 0 10 2 8D 53 56
Octal 275 371 322 30 0 20 2 215 123 126
Binary 10111101 11111001 11010010 11000 0 10000 10 10001101 1010011 1010110

Color Harmonies of #BDF9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF9D2

Black with #BDF9D2

Text Example


Text Example

White with #BDF9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF9D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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