Html Css Color HEX #BDFDC0 Granny Apple

📋 copy color: '#BDFDC0'

red 189 ◦ green 253 ◦ blue 192

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

Shades of Granny Apple #BDFDC0

Tints of Granny Apple #BDFDC0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.91%

 BLUE value IS 192 (75.39% from 255) = 30.28%

R = 29.81%
G = 39.91%
B = 30.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#BDFDC0 (or 0xBDFDC0) is known color: Granny Apple. HEX triplet: BD, FD and C0. RGB value is (189,253,192). Sum of RGB (Red+Green+Blue) = 189+253+192=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDC0 is #42023F. Grayscale: #E3E3E3. Windows color (decimal): -4325952 or 12647869. OLE color: 12647869.

HSL color Cylindrical-coordinate representation of color #BDFDC0: hue angle of 122.81º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDC0 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 192 -
CMYK 0.25 0 0.24 0.01
HSL 122.81º 0.94% 0.87% -
HSV(B) 122.81º 0.25% 0.99% -
XYZ 65.63 84.88 62.79 -
YUV 226.91 108.3 100.96 -
System Red Green Blue C M Y K H S L
Decimal 189 253 192 0.25 0 0.24 0.01 122.81 0.94 0.87
Hex BD FD C0 19 0 18 1 7B 5E 57
Octal 275 375 300 31 0 30 1 173 136 127
Binary 10111101 11111101 11000000 11001 0 11000 1 1111011 1011110 1010111

Color Harmonies of #BDFDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDC0

Black with #BDFDC0

Text Example


Text Example

White with #BDFDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDC0; }

 p { color: rgb(189,253,192); }

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

background-color css

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

 a { background-color: rgb(189,253,192); }

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

border-color css

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

 span { border-color: rgb(189,253,192); }

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