Html Css Color HEX #BCDDC9 Granny Apple

📋 copy color: '#BCDDC9'

red 188 ◦ green 221 ◦ blue 201

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

Shades of Granny Apple #BCDDC9

Tints of Granny Apple #BCDDC9

RGB

 RED value IS 188 (73.83% from 255) = 30.82%

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

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

R = 30.82%
G = 36.23%
B = 32.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BCDDC9 (or 0xBCDDC9) is known color: Granny Apple. HEX triplet: BC, DD and C9. RGB value is (188,221,201). Sum of RGB (Red+Green+Blue) = 188+221+201=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDC9 is #432236. Grayscale: #D0D0D0. Windows color (decimal): -4399671 or 13229500. OLE color: 13229500.

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

Color convert

RGB 188 221 201 -
CMYK 0.15 0 0.09 0.13
HSL 143.64º 0.33% 0.8% -
HSV(B) 143.64º 0.15% 0.87% -
XYZ 57.14 66.62 65.11 -
YUV 208.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 188 221 201 0.15 0 0.09 0.13 143.64 0.33 0.8
Hex BC DD C9 F 0 9 D 90 21 50
Octal 274 335 311 17 0 11 15 220 41 120
Binary 10111100 11011101 11001001 1111 0 1001 1101 10010000 100001 1010000

Color Harmonies of #BCDDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDC9

Black with #BCDDC9

Text Example


Text Example

White with #BCDDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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