Html Css Color HEX #BDFDC7 Granny Apple

📋 copy color: '#BDFDC7'

red 189 ◦ green 253 ◦ blue 199

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

Shades of Granny Apple #BDFDC7

Tints of Granny Apple #BDFDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.05%

R = 29.49%
G = 39.47%
B = 31.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#BDFDC7 (or 0xBDFDC7) is known color: Granny Apple. HEX triplet: BD, FD and C7. RGB value is (189,253,199). Sum of RGB (Red+Green+Blue) = 189+253+199=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 199 (78.12% from 255 or 31.05% from 641); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDC7 is #420238. Grayscale: #E3E3E3. Windows color (decimal): -4325945 or 13106621. OLE color: 13106621.

HSL color Cylindrical-coordinate representation of color #BDFDC7: hue angle of 129.38º 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 #BDFDC7 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 199 -
CMYK 0.25 0 0.21 0.01
HSL 129.38º 0.94% 0.87% -
HSV(B) 129.38º 0.25% 0.99% -
XYZ 66.42 85.19 66.98 -
YUV 227.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 189 253 199 0.25 0 0.21 0.01 129.38 0.94 0.87
Hex BD FD C7 19 0 15 1 81 5E 57
Octal 275 375 307 31 0 25 1 201 136 127
Binary 10111101 11111101 11000111 11001 0 10101 1 10000001 1011110 1010111

Color Harmonies of #BDFDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDC7

Black with #BDFDC7

Text Example


Text Example

White with #BDFDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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