Html Css Color HEX #BDDCC9 Granny Apple

📋 copy color: '#BDDCC9'

red 189 ◦ green 220 ◦ blue 201

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

Shades of Granny Apple #BDDCC9

Tints of Granny Apple #BDDCC9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.07%

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

R = 30.98%
G = 36.07%
B = 32.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#BDDCC9 (or 0xBDDCC9) is known color: Granny Apple. HEX triplet: BD, DC and C9. RGB value is (189,220,201). Sum of RGB (Red+Green+Blue) = 189+220+201=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCC9 is #422336. Grayscale: #D0D0D0. Windows color (decimal): -4334391 or 13229245. OLE color: 13229245.

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

Color convert

RGB 189 220 201 -
CMYK 0.14 0 0.09 0.14
HSL 143.23º 0.31% 0.8% -
HSV(B) 143.23º 0.14% 0.86% -
XYZ 57.12 66.22 65.03 -
YUV 208.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 189 220 201 0.14 0 0.09 0.14 143.23 0.31 0.8
Hex BD DC C9 E 0 9 E 8F 1F 50
Octal 275 334 311 16 0 11 16 217 37 120
Binary 10111101 11011100 11001001 1110 0 1001 1110 10001111 11111 1010000

Color Harmonies of #BDDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCC9

Black with #BDDCC9

Text Example


Text Example

White with #BDDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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