Html Css Color HEX #BFFFCA Granny Apple

📋 copy color: '#BFFFCA'

red 191 ◦ green 255 ◦ blue 202

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

Shades of Granny Apple #BFFFCA

Tints of Granny Apple #BFFFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 39.35%

 BLUE value IS 202 (79.3% from 255) = 31.17%

R = 29.48%
G = 39.35%
B = 31.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#BFFFCA (or 0xBFFFCA) is known color: Granny Apple. HEX triplet: BF, FF and CA. RGB value is (191,255,202). Sum of RGB (Red+Green+Blue) = 191+255+202=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFCA is #400035. Grayscale: #E5E5E5. Windows color (decimal): -4194358 or 13303743. OLE color: 13303743.

HSL color Cylindrical-coordinate representation of color #BFFFCA: hue angle of 130.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFCA is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 191 255 202 -
CMYK 0.25 0 0.21 0
HSL 130.31º 1% 0.87% -
HSV(B) 130.31º 0.25% 1% -
XYZ 67.91 86.86 69.06 -
YUV 229.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 191 255 202 0.25 0 0.21 0 130.31 1 0.87
Hex BF FF CA 19 0 15 0 82 64 57
Octal 277 377 312 31 0 25 0 202 144 127
Binary 10111111 11111111 11001010 11001 0 10101 0 10000010 1100100 1010111

Color Harmonies of #BFFFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFFCA

Black with #BFFFCA

Text Example


Text Example

White with #BFFFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFFCA; }

 p { color: rgb(191,255,202); }

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

background-color css

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

 a { background-color: rgb(191,255,202); }

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

border-color css

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

 span { border-color: rgb(191,255,202); }

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