Html Css Color HEX #BDEDCD Granny Apple

📋 copy color: '#BDEDCD'

red 189 ◦ green 237 ◦ blue 205

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

Shades of Granny Apple #BDEDCD

Tints of Granny Apple #BDEDCD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.56%

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

R = 29.95%
G = 37.56%
B = 32.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#BDEDCD (or 0xBDEDCD) is known color: Granny Apple. HEX triplet: BD, ED and CD. RGB value is (189,237,205). Sum of RGB (Red+Green+Blue) = 189+237+205=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDCD is #421232. Grayscale: #DBDBDB. Windows color (decimal): -4330035 or 13495741. OLE color: 13495741.

HSL color Cylindrical-coordinate representation of color #BDEDCD: hue angle of 140º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDCD is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 205 -
CMYK 0.20 0 0.14 0.07
HSL 140º 0.57% 0.84% -
HSV(B) 140º 0.2% 0.93% -
XYZ 62.29 75.79 69.1 -
YUV 219 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 189 237 205 0.20 0 0.14 0.07 140 0.57 0.84
Hex BD ED CD 14 0 E 7 8C 39 54
Octal 275 355 315 24 0 16 7 214 71 124
Binary 10111101 11101101 11001101 10100 0 1110 111 10001100 111001 1010100

Color Harmonies of #BDEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDCD

Black with #BDEDCD

Text Example


Text Example

White with #BDEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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