Html Css Color HEX #BCDFC9 Granny Apple

📋 copy color: '#BCDFC9'

red 188 ◦ green 223 ◦ blue 201

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

Shades of Granny Apple #BCDFC9

Tints of Granny Apple #BCDFC9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.44%

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

R = 30.72%
G = 36.44%
B = 32.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#BCDFC9 (or 0xBCDFC9) is known color: Granny Apple. HEX triplet: BC, DF and C9. RGB value is (188,223,201). Sum of RGB (Red+Green+Blue) = 188+223+201=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC9 is #432036. Grayscale: #D2D2D2. Windows color (decimal): -4399159 or 13230012. OLE color: 13230012.

HSL color Cylindrical-coordinate representation of color #BCDFC9: hue angle of 142.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFC9 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 201 -
CMYK 0.16 0 0.10 0.13
HSL 142.29º 0.35% 0.81% -
HSV(B) 142.29º 0.16% 0.87% -
XYZ 57.67 67.68 65.28 -
YUV 210.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 188 223 201 0.16 0 0.10 0.13 142.29 0.35 0.81
Hex BC DF C9 10 0 A D 8E 23 51
Octal 274 337 311 20 0 12 15 216 43 121
Binary 10111100 11011111 11001001 10000 0 1010 1101 10001110 100011 1010001

Color Harmonies of #BCDFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFC9

Black with #BCDFC9

Text Example


Text Example

White with #BCDFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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