Html Css Color HEX #BFF5CF Granny Apple

📋 copy color: '#BFF5CF'

red 191 ◦ green 245 ◦ blue 207

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

Shades of Granny Apple #BFF5CF

Tints of Granny Apple #BFF5CF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.1%

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

R = 29.7%
G = 38.1%
B = 32.19%

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

#BFF5CF (or 0xBFF5CF) is known color: Granny Apple. HEX triplet: BF, F5 and CF. RGB value is (191,245,207). Sum of RGB (Red+Green+Blue) = 191+245+207=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF5CF is #400A30. Grayscale: #E0E0E0. Windows color (decimal): -4196913 or 13628863. OLE color: 13628863.

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

Color convert

RGB 191 245 207 -
CMYK 0.22 0 0.16 0.04
HSL 137.78º 0.73% 0.85% -
HSV(B) 137.78º 0.22% 0.96% -
XYZ 65.4 80.89 71.2 -
YUV 224.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 191 245 207 0.22 0 0.16 0.04 137.78 0.73 0.85
Hex BF F5 CF 16 0 10 4 8A 49 55
Octal 277 365 317 26 0 20 4 212 111 125
Binary 10111111 11110101 11001111 10110 0 10000 100 10001010 1001001 1010101

Color Harmonies of #BFF5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF5CF

Black with #BFF5CF

Text Example


Text Example

White with #BFF5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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