Html Css Color HEX #BFEACB Granny Apple

📋 copy color: '#BFEACB'

red 191 ◦ green 234 ◦ blue 203

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

Shades of Granny Apple #BFEACB

Tints of Granny Apple #BFEACB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.26%

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

R = 30.41%
G = 37.26%
B = 32.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#BFEACB (or 0xBFEACB) is known color: Granny Apple. HEX triplet: BF, EA and CB. RGB value is (191,234,203). Sum of RGB (Red+Green+Blue) = 191+234+203=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEACB is #401534. Grayscale: #D9D9D9. Windows color (decimal): -4199733 or 13363903. OLE color: 13363903.

HSL color Cylindrical-coordinate representation of color #BFEACB: hue angle of 136.74º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEACB is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 203 -
CMYK 0.18 0 0.13 0.08
HSL 136.74º 0.51% 0.83% -
HSV(B) 136.74º 0.18% 0.92% -
XYZ 61.69 74.23 67.58 -
YUV 217.61 119.75 109.02 -
System Red Green Blue C M Y K H S L
Decimal 191 234 203 0.18 0 0.13 0.08 136.74 0.51 0.83
Hex BF EA CB 12 0 D 8 89 33 53
Octal 277 352 313 22 0 15 10 211 63 123
Binary 10111111 11101010 11001011 10010 0 1101 1000 10001001 110011 1010011

Color Harmonies of #BFEACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEACB

Black with #BFEACB

Text Example


Text Example

White with #BFEACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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