Html Css Color HEX #BFF6CB Granny Apple

📋 copy color: '#BFF6CB'

red 191 ◦ green 246 ◦ blue 203

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

Shades of Granny Apple #BFF6CB

Tints of Granny Apple #BFF6CB

RGB

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

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

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

R = 29.84%
G = 38.44%
B = 31.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#BFF6CB (or 0xBFF6CB) is known color: Granny Apple. HEX triplet: BF, F6 and CB. RGB value is (191,246,203). Sum of RGB (Red+Green+Blue) = 191+246+203=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6CB is #400934. Grayscale: #E0E0E0. Windows color (decimal): -4196661 or 13366975. OLE color: 13366975.

HSL color Cylindrical-coordinate representation of color #BFF6CB: hue angle of 133.09º 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 #BFF6CB is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 246 203 -
CMYK 0.22 0 0.17 0.04
HSL 133.09º 0.75% 0.86% -
HSV(B) 133.09º 0.22% 0.96% -
XYZ 65.22 81.3 68.75 -
YUV 224.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 191 246 203 0.22 0 0.17 0.04 133.09 0.75 0.86
Hex BF F6 CB 16 0 11 4 85 4B 56
Octal 277 366 313 26 0 21 4 205 113 126
Binary 10111111 11110110 11001011 10110 0 10001 100 10000101 1001011 1010110

Color Harmonies of #BFF6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF6CB

Black with #BFF6CB

Text Example


Text Example

White with #BFF6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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