Html Css Color HEX #BFEBCF Granny Apple

📋 copy color: '#BFEBCF'

red 191 ◦ green 235 ◦ blue 207

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

Shades of Granny Apple #BFEBCF

Tints of Granny Apple #BFEBCF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.12%

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

R = 30.17%
G = 37.12%
B = 32.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#BFEBCF (or 0xBFEBCF) is known color: Granny Apple. HEX triplet: BF, EB and CF. RGB value is (191,235,207). Sum of RGB (Red+Green+Blue) = 191+235+207=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBCF is #401430. Grayscale: #DADADA. Windows color (decimal): -4199473 or 13626303. OLE color: 13626303.

HSL color Cylindrical-coordinate representation of color #BFEBCF: hue angle of 141.82º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBCF is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 207 -
CMYK 0.19 0 0.12 0.08
HSL 141.82º 0.52% 0.84% -
HSV(B) 141.82º 0.19% 0.92% -
XYZ 62.46 75 70.22 -
YUV 218.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 191 235 207 0.19 0 0.12 0.08 141.82 0.52 0.84
Hex BF EB CF 13 0 C 8 8E 34 54
Octal 277 353 317 23 0 14 10 216 64 124
Binary 10111111 11101011 11001111 10011 0 1100 1000 10001110 110100 1010100

Color Harmonies of #BFEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEBCF

Black with #BFEBCF

Text Example


Text Example

White with #BFEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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