Html Css Color HEX #BFF7CB Granny Apple

📋 copy color: '#BFF7CB'

red 191 ◦ green 247 ◦ blue 203

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

Shades of Granny Apple #BFF7CB

Tints of Granny Apple #BFF7CB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.53%

 BLUE value IS 203 (79.69% from 255) = 31.67%

R = 29.8%
G = 38.53%
B = 31.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#BFF7CB (or 0xBFF7CB) is known color: Granny Apple. HEX triplet: BF, F7 and CB. RGB value is (191,247,203). Sum of RGB (Red+Green+Blue) = 191+247+203=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7CB is #400834. Grayscale: #E1E1E1. Windows color (decimal): -4196405 or 13367231. OLE color: 13367231.

HSL color Cylindrical-coordinate representation of color #BFF7CB: hue angle of 132.86º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF7CB is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 247 203 -
CMYK 0.23 0 0.18 0.03
HSL 132.86º 0.78% 0.86% -
HSV(B) 132.86º 0.23% 0.97% -
XYZ 65.53 81.91 68.86 -
YUV 225.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 191 247 203 0.23 0 0.18 0.03 132.86 0.78 0.86
Hex BF F7 CB 17 0 12 3 85 4E 56
Octal 277 367 313 27 0 22 3 205 116 126
Binary 10111111 11110111 11001011 10111 0 10010 11 10000101 1001110 1010110

Color Harmonies of #BFF7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF7CB

Black with #BFF7CB

Text Example


Text Example

White with #BFF7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF7CB; }

 p { color: rgb(191,247,203); }

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

background-color css

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

 a { background-color: rgb(191,247,203); }

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

border-color css

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

 span { border-color: rgb(191,247,203); }

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