Html Css Color HEX #BDDDC9 Granny Apple

📋 copy color: '#BDDDC9'

red 189 ◦ green 221 ◦ blue 201

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

Shades of Granny Apple #BDDDC9

Tints of Granny Apple #BDDDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.17%

 BLUE value IS 201 (78.91% from 255) = 32.9%

R = 30.93%
G = 36.17%
B = 32.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BDDDC9 (or 0xBDDDC9) is known color: Granny Apple. HEX triplet: BD, DD and C9. RGB value is (189,221,201). Sum of RGB (Red+Green+Blue) = 189+221+201=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDC9 is #422236. Grayscale: #D1D1D1. Windows color (decimal): -4334135 or 13229501. OLE color: 13229501.

HSL color Cylindrical-coordinate representation of color #BDDDC9: hue angle of 142.5º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDC9 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 201 -
CMYK 0.14 0 0.09 0.13
HSL 142.5º 0.32% 0.8% -
HSV(B) 142.5º 0.14% 0.87% -
XYZ 57.39 66.75 65.12 -
YUV 209.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 189 221 201 0.14 0 0.09 0.13 142.5 0.32 0.8
Hex BD DD C9 E 0 9 D 8E 20 50
Octal 275 335 311 16 0 11 15 216 40 120
Binary 10111101 11011101 11001001 1110 0 1001 1101 10001110 100000 1010000

Color Harmonies of #BDDDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDC9

Black with #BDDDC9

Text Example


Text Example

White with #BDDDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDC9; }

 p { color: rgb(189,221,201); }

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

background-color css

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

 a { background-color: rgb(189,221,201); }

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

border-color css

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

 span { border-color: rgb(189,221,201); }

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