Html Css Color HEX #BFF0CD Granny Apple

📋 copy color: '#BFF0CD'

red 191 ◦ green 240 ◦ blue 205

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

Shades of Granny Apple #BFF0CD

Tints of Granny Apple #BFF0CD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.74%

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

R = 30.03%
G = 37.74%
B = 32.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#BFF0CD (or 0xBFF0CD) is known color: Granny Apple. HEX triplet: BF, F0 and CD. RGB value is (191,240,205). Sum of RGB (Red+Green+Blue) = 191+240+205=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0CD is #400F32. Grayscale: #DDDDDD. Windows color (decimal): -4198195 or 13496511. OLE color: 13496511.

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

Color convert

RGB 191 240 205 -
CMYK 0.20 0 0.15 0.06
HSL 137.14º 0.62% 0.85% -
HSV(B) 137.14º 0.2% 0.94% -
XYZ 63.67 77.8 69.42 -
YUV 221.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 191 240 205 0.20 0 0.15 0.06 137.14 0.62 0.85
Hex BF F0 CD 14 0 F 6 89 3E 55
Octal 277 360 315 24 0 17 6 211 76 125
Binary 10111111 11110000 11001101 10100 0 1111 110 10001001 111110 1010101

Color Harmonies of #BFF0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF0CD

Black with #BFF0CD

Text Example


Text Example

White with #BFF0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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