Html Css Color HEX #BFEFCB Granny Apple

📋 copy color: '#BFEFCB'

red 191 ◦ green 239 ◦ blue 203

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

Shades of Granny Apple #BFEFCB

Tints of Granny Apple #BFEFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.76%

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

R = 30.17%
G = 37.76%
B = 32.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#BFEFCB (or 0xBFEFCB) is known color: Granny Apple. HEX triplet: BF, EF and CB. RGB value is (191,239,203). Sum of RGB (Red+Green+Blue) = 191+239+203=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFCB is #401034. Grayscale: #DCDCDC. Windows color (decimal): -4198453 or 13365183. OLE color: 13365183.

HSL color Cylindrical-coordinate representation of color #BFEFCB: hue angle of 135º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFCB is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 203 -
CMYK 0.20 0 0.15 0.06
HSL 135º 0.6% 0.84% -
HSV(B) 135º 0.2% 0.94% -
XYZ 63.13 77.12 68.06 -
YUV 220.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 191 239 203 0.20 0 0.15 0.06 135 0.6 0.84
Hex BF EF CB 14 0 F 6 87 3C 54
Octal 277 357 313 24 0 17 6 207 74 124
Binary 10111111 11101111 11001011 10100 0 1111 110 10000111 111100 1010100

Color Harmonies of #BFEFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFCB

Black with #BFEFCB

Text Example


Text Example

White with #BFEFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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