Html Css Color HEX #BFDFC9 Granny Apple

📋 copy color: '#BFDFC9'

red 191 ◦ green 223 ◦ blue 201

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

Shades of Granny Apple #BFDFC9

Tints of Granny Apple #BFDFC9

RGB

 RED value IS 191 (75% from 255) = 31.06%

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

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

R = 31.06%
G = 36.26%
B = 32.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#BFDFC9 (or 0xBFDFC9) is known color: Granny Apple. HEX triplet: BF, DF and C9. RGB value is (191,223,201). Sum of RGB (Red+Green+Blue) = 191+223+201=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFC9 is #402036. Grayscale: #D2D2D2. Windows color (decimal): -4202551 or 13230015. OLE color: 13230015.

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

Color convert

RGB 191 223 201 -
CMYK 0.14 0 0.10 0.13
HSL 138.75º 0.33% 0.81% -
HSV(B) 138.75º 0.14% 0.87% -
XYZ 58.42 68.07 65.32 -
YUV 210.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 191 223 201 0.14 0 0.10 0.13 138.75 0.33 0.81
Hex BF DF C9 E 0 A D 8B 21 51
Octal 277 337 311 16 0 12 15 213 41 121
Binary 10111111 11011111 11001001 1110 0 1010 1101 10001011 100001 1010001

Color Harmonies of #BFDFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFC9

Black with #BFDFC9

Text Example


Text Example

White with #BFDFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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