Html Css Color HEX #BFEECE Granny Apple

📋 copy color: '#BFEECE'

red 191 ◦ green 238 ◦ blue 206

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

Shades of Granny Apple #BFEECE

Tints of Granny Apple #BFEECE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.48%

 BLUE value IS 206 (80.86% from 255) = 32.44%

R = 30.08%
G = 37.48%
B = 32.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#BFEECE (or 0xBFEECE) is known color: Granny Apple. HEX triplet: BF, EE and CE. RGB value is (191,238,206). Sum of RGB (Red+Green+Blue) = 191+238+206=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEECE is #401131. Grayscale: #DCDCDC. Windows color (decimal): -4198706 or 13561535. OLE color: 13561535.

HSL color Cylindrical-coordinate representation of color #BFEECE: hue angle of 139.15º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEECE is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 206 -
CMYK 0.20 0 0.13 0.07
HSL 139.15º 0.58% 0.84% -
HSV(B) 139.15º 0.2% 0.93% -
XYZ 63.2 76.68 69.86 -
YUV 220.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 191 238 206 0.20 0 0.13 0.07 139.15 0.58 0.84
Hex BF EE CE 14 0 D 7 8B 3A 54
Octal 277 356 316 24 0 15 7 213 72 124
Binary 10111111 11101110 11001110 10100 0 1101 111 10001011 111010 1010100

Color Harmonies of #BFEECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEECE

Black with #BFEECE

Text Example


Text Example

White with #BFEECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEECE; }

 p { color: rgb(191,238,206); }

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

background-color css

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

 a { background-color: rgb(191,238,206); }

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

border-color css

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

 span { border-color: rgb(191,238,206); }

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