Html Css Color HEX #BFDFCA Granny Apple

📋 copy color: '#BFDFCA'

red 191 ◦ green 223 ◦ blue 202

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

Shades of Granny Apple #BFDFCA

Tints of Granny Apple #BFDFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.79%

R = 31.01%
G = 36.2%
B = 32.79%

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

#BFDFCA (or 0xBFDFCA) is known color: Granny Apple. HEX triplet: BF, DF and CA. RGB value is (191,223,202). Sum of RGB (Red+Green+Blue) = 191+223+202=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFCA is #402035. Grayscale: #D3D3D3. Windows color (decimal): -4202550 or 13295551. OLE color: 13295551.

HSL color Cylindrical-coordinate representation of color #BFDFCA: hue angle of 140.62º 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 #BFDFCA is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 202 -
CMYK 0.14 0 0.09 0.13
HSL 140.63º 0.33% 0.81% -
HSV(B) 140.63º 0.14% 0.87% -
XYZ 58.53 68.12 65.94 -
YUV 211.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 191 223 202 0.14 0 0.09 0.13 140.63 0.33 0.81
Hex BF DF CA E 0 9 D 8D 21 51
Octal 277 337 312 16 0 11 15 215 41 121
Binary 10111111 11011111 11001010 1110 0 1001 1101 10001101 100001 1010001

Color Harmonies of #BFDFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFCA

Black with #BFDFCA

Text Example


Text Example

White with #BFDFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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