Html Css Color HEX #BDFFD1 Granny Apple

📋 copy color: '#BDFFD1'

red 189 ◦ green 255 ◦ blue 209

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

Shades of Granny Apple #BDFFD1

Tints of Granny Apple #BDFFD1

RGB

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

 GREEN value IS 255 (100% from 255) = 39.05%

 BLUE value IS 209 (82.03% from 255) = 32.01%

R = 28.94%
G = 39.05%
B = 32.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#BDFFD1 (or 0xBDFFD1) is known color: Granny Apple. HEX triplet: BD, FF and D1. RGB value is (189,255,209). Sum of RGB (Red+Green+Blue) = 189+255+209=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFD1 is #42002E. Grayscale: #E6E6E6. Windows color (decimal): -4325423 or 13762493. OLE color: 13762493.

HSL color Cylindrical-coordinate representation of color #BDFFD1: hue angle of 138.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFD1 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 189 255 209 -
CMYK 0.26 0 0.18 0
HSL 138.18º 1% 0.87% -
HSV(B) 138.18º 0.26% 1% -
XYZ 68.25 86.94 73.51 -
YUV 230.02 116.13 98.74 -
System Red Green Blue C M Y K H S L
Decimal 189 255 209 0.26 0 0.18 0 138.18 1 0.87
Hex BD FF D1 1A 0 12 0 8A 64 57
Octal 275 377 321 32 0 22 0 212 144 127
Binary 10111101 11111111 11010001 11010 0 10010 0 10001010 1100100 1010111

Color Harmonies of #BDFFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFD1

Black with #BDFFD1

Text Example


Text Example

White with #BDFFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFD1; }

 p { color: rgb(189,255,209); }

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

background-color css

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

 a { background-color: rgb(189,255,209); }

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

border-color css

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

 span { border-color: rgb(189,255,209); }

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