Html Css Color HEX #BDF7C2 Granny Apple

📋 copy color: '#BDF7C2'

red 189 ◦ green 247 ◦ blue 194

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

Shades of Granny Apple #BDF7C2

Tints of Granny Apple #BDF7C2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.21%

 BLUE value IS 194 (76.17% from 255) = 30.79%

R = 30%
G = 39.21%
B = 30.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#BDF7C2 (or 0xBDF7C2) is known color: Granny Apple. HEX triplet: BD, F7 and C2. RGB value is (189,247,194). Sum of RGB (Red+Green+Blue) = 189+247+194=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7C2 is #42083D. Grayscale: #DFDFDF. Windows color (decimal): -4327486 or 12777405. OLE color: 12777405.

HSL color Cylindrical-coordinate representation of color #BDF7C2: hue angle of 125.17º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7C2 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 194 -
CMYK 0.23 0 0.21 0.03
HSL 125.17º 0.78% 0.85% -
HSV(B) 125.17º 0.23% 0.97% -
XYZ 63.98 81.24 63.35 -
YUV 223.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 189 247 194 0.23 0 0.21 0.03 125.17 0.78 0.85
Hex BD F7 C2 17 0 15 3 7D 4E 55
Octal 275 367 302 27 0 25 3 175 116 125
Binary 10111101 11110111 11000010 10111 0 10101 11 1111101 1001110 1010101

Color Harmonies of #BDF7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7C2

Black with #BDF7C2

Text Example


Text Example

White with #BDF7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7C2; }

 p { color: rgb(189,247,194); }

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

background-color css

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

 a { background-color: rgb(189,247,194); }

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

border-color css

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

 span { border-color: rgb(189,247,194); }

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