Html Css Color HEX #BDFACD Granny Apple

📋 copy color: '#BDFACD'

red 189 ◦ green 250 ◦ blue 205

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

Shades of Granny Apple #BDFACD

Tints of Granny Apple #BDFACD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.82%

 BLUE value IS 205 (80.47% from 255) = 31.83%

R = 29.35%
G = 38.82%
B = 31.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#BDFACD (or 0xBDFACD) is known color: Granny Apple. HEX triplet: BD, FA and CD. RGB value is (189,250,205). Sum of RGB (Red+Green+Blue) = 189+250+205=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFACD is #420532. Grayscale: #E2E2E2. Windows color (decimal): -4326707 or 13499069. OLE color: 13499069.

HSL color Cylindrical-coordinate representation of color #BDFACD: hue angle of 135.74º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFACD is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 250 205 -
CMYK 0.24 0 0.18 0.02
HSL 135.74º 0.86% 0.86% -
HSV(B) 135.74º 0.24% 0.98% -
XYZ 66.19 83.6 70.4 -
YUV 226.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 189 250 205 0.24 0 0.18 0.02 135.74 0.86 0.86
Hex BD FA CD 18 0 12 2 88 56 56
Octal 275 372 315 30 0 22 2 210 126 126
Binary 10111101 11111010 11001101 11000 0 10010 10 10001000 1010110 1010110

Color Harmonies of #BDFACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFACD

Black with #BDFACD

Text Example


Text Example

White with #BDFACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFACD; }

 p { color: rgb(189,250,205); }

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

background-color css

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

 a { background-color: rgb(189,250,205); }

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

border-color css

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

 span { border-color: rgb(189,250,205); }

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