Html Css Color HEX #BDFFD0 Granny Apple

📋 copy color: '#BDFFD0'

red 189 ◦ green 255 ◦ blue 208

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

Shades of Granny Apple #BDFFD0

Tints of Granny Apple #BDFFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.9%

R = 28.99%
G = 39.11%
B = 31.9%

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

#BDFFD0 (or 0xBDFFD0) is known color: Granny Apple. HEX triplet: BD, FF and D0. RGB value is (189,255,208). Sum of RGB (Red+Green+Blue) = 189+255+208=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFD0 is #42002F. Grayscale: #E6E6E6. Windows color (decimal): -4325424 or 13696957. OLE color: 13696957.

HSL color Cylindrical-coordinate representation of color #BDFFD0: hue angle of 137.27º 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 #BDFFD0 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 189 255 208 -
CMYK 0.26 0 0.18 0
HSL 137.27º 1% 0.87% -
HSV(B) 137.27º 0.26% 1% -
XYZ 68.13 86.89 72.86 -
YUV 229.91 115.63 98.82 -
System Red Green Blue C M Y K H S L
Decimal 189 255 208 0.26 0 0.18 0 137.27 1 0.87
Hex BD FF D0 1A 0 12 0 89 64 57
Octal 275 377 320 32 0 22 0 211 144 127
Binary 10111101 11111111 11010000 11010 0 10010 0 10001001 1100100 1010111

Color Harmonies of #BDFFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFD0

Black with #BDFFD0

Text Example


Text Example

White with #BDFFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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