Html Css Color HEX #BFDECA Granny Apple

📋 copy color: '#BFDECA'

red 191 ◦ green 222 ◦ blue 202

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

Shades of Granny Apple #BFDECA

Tints of Granny Apple #BFDECA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.1%

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

R = 31.06%
G = 36.1%
B = 32.85%

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

#BFDECA (or 0xBFDECA) is known color: Granny Apple. HEX triplet: BF, DE and CA. RGB value is (191,222,202). Sum of RGB (Red+Green+Blue) = 191+222+202=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDECA is #402135. Grayscale: #D2D2D2. Windows color (decimal): -4202806 or 13295295. OLE color: 13295295.

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

Color convert

RGB 191 222 202 -
CMYK 0.14 0 0.09 0.13
HSL 141.29º 0.32% 0.81% -
HSV(B) 141.29º 0.14% 0.87% -
XYZ 58.27 67.58 65.85 -
YUV 210.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 191 222 202 0.14 0 0.09 0.13 141.29 0.32 0.81
Hex BF DE CA E 0 9 D 8D 20 51
Octal 277 336 312 16 0 11 15 215 40 121
Binary 10111111 11011110 11001010 1110 0 1001 1101 10001101 100000 1010001

Color Harmonies of #BFDECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDECA

Black with #BFDECA

Text Example


Text Example

White with #BFDECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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