Html Css Color HEX #BFEFCD Granny Apple

📋 copy color: '#BFEFCD'

red 191 ◦ green 239 ◦ blue 205

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

Shades of Granny Apple #BFEFCD

Tints of Granny Apple #BFEFCD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.64%

 BLUE value IS 205 (80.47% from 255) = 32.28%

R = 30.08%
G = 37.64%
B = 32.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#BFEFCD (or 0xBFEFCD) is known color: Granny Apple. HEX triplet: BF, EF and CD. RGB value is (191,239,205). Sum of RGB (Red+Green+Blue) = 191+239+205=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFCD is #401032. Grayscale: #DCDCDC. Windows color (decimal): -4198451 or 13496255. OLE color: 13496255.

HSL color Cylindrical-coordinate representation of color #BFEFCD: hue angle of 137.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFCD is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 205 -
CMYK 0.20 0 0.14 0.06
HSL 137.5º 0.6% 0.84% -
HSV(B) 137.5º 0.2% 0.94% -
XYZ 63.37 77.22 69.32 -
YUV 220.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 191 239 205 0.20 0 0.14 0.06 137.5 0.6 0.84
Hex BF EF CD 14 0 E 6 8A 3C 54
Octal 277 357 315 24 0 16 6 212 74 124
Binary 10111111 11101111 11001101 10100 0 1110 110 10001010 111100 1010100

Color Harmonies of #BFEFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFCD

Black with #BFEFCD

Text Example


Text Example

White with #BFEFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFCD; }

 p { color: rgb(191,239,205); }

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

background-color css

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

 a { background-color: rgb(191,239,205); }

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

border-color css

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

 span { border-color: rgb(191,239,205); }

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