Html Css Color HEX #BFEDCA Granny Apple

📋 copy color: '#BFEDCA'

red 191 ◦ green 237 ◦ blue 202

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

Shades of Granny Apple #BFEDCA

Tints of Granny Apple #BFEDCA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.62%

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

R = 30.32%
G = 37.62%
B = 32.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#BFEDCA (or 0xBFEDCA) is known color: Granny Apple. HEX triplet: BF, ED and CA. RGB value is (191,237,202). Sum of RGB (Red+Green+Blue) = 191+237+202=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDCA is #401235. Grayscale: #DBDBDB. Windows color (decimal): -4198966 or 13299135. OLE color: 13299135.

HSL color Cylindrical-coordinate representation of color #BFEDCA: hue angle of 134.35º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDCA is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 237 202 -
CMYK 0.19 0 0.15 0.07
HSL 134.35º 0.56% 0.84% -
HSV(B) 134.35º 0.19% 0.93% -
XYZ 62.43 75.91 67.24 -
YUV 219.26 118.26 107.85 -
System Red Green Blue C M Y K H S L
Decimal 191 237 202 0.19 0 0.15 0.07 134.35 0.56 0.84
Hex BF ED CA 13 0 F 7 86 38 54
Octal 277 355 312 23 0 17 7 206 70 124
Binary 10111111 11101101 11001010 10011 0 1111 111 10000110 111000 1010100

Color Harmonies of #BFEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDCA

Black with #BFEDCA

Text Example


Text Example

White with #BFEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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