Html Css Color HEX #BFF6CF Granny Apple

📋 copy color: '#BFF6CF'

red 191 ◦ green 246 ◦ blue 207

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

Shades of Granny Apple #BFF6CF

Tints of Granny Apple #BFF6CF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.2%

 BLUE value IS 207 (81.25% from 255) = 32.14%

R = 29.66%
G = 38.2%
B = 32.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#BFF6CF (or 0xBFF6CF) is known color: Granny Apple. HEX triplet: BF, F6 and CF. RGB value is (191,246,207). Sum of RGB (Red+Green+Blue) = 191+246+207=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 246 (96.48% from 255 or 38.20% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6CF is #400930. Grayscale: #E1E1E1. Windows color (decimal): -4196657 or 13629119. OLE color: 13629119.

HSL color Cylindrical-coordinate representation of color #BFF6CF: hue angle of 137.45º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF6CF is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 246 207 -
CMYK 0.22 0 0.16 0.04
HSL 137.45º 0.75% 0.86% -
HSV(B) 137.45º 0.22% 0.96% -
XYZ 65.7 81.49 71.3 -
YUV 225.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 191 246 207 0.22 0 0.16 0.04 137.45 0.75 0.86
Hex BF F6 CF 16 0 10 4 89 4B 56
Octal 277 366 317 26 0 20 4 211 113 126
Binary 10111111 11110110 11001111 10110 0 10000 100 10001001 1001011 1010110

Color Harmonies of #BFF6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF6CF

Black with #BFF6CF

Text Example


Text Example

White with #BFF6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF6CF; }

 p { color: rgb(191,246,207); }

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

background-color css

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

 a { background-color: rgb(191,246,207); }

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

border-color css

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

 span { border-color: rgb(191,246,207); }

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