Html Css Color HEX #BFFBCA Granny Apple

📋 copy color: '#BFFBCA'

red 191 ◦ green 251 ◦ blue 202

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

Shades of Granny Apple #BFFBCA

Tints of Granny Apple #BFFBCA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.98%

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

R = 29.66%
G = 38.98%
B = 31.37%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#BFFBCA (or 0xBFFBCA) is known color: Granny Apple. HEX triplet: BF, FB and CA. RGB value is (191,251,202). Sum of RGB (Red+Green+Blue) = 191+251+202=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBCA is #400435. Grayscale: #E3E3E3. Windows color (decimal): -4195382 or 13302719. OLE color: 13302719.

HSL color Cylindrical-coordinate representation of color #BFFBCA: hue angle of 131º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFBCA is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 251 202 -
CMYK 0.24 0 0.20 0.02
HSL 131º 0.88% 0.87% -
HSV(B) 131º 0.24% 0.98% -
XYZ 66.64 84.33 68.64 -
YUV 227.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 191 251 202 0.24 0 0.20 0.02 131 0.88 0.87
Hex BF FB CA 18 0 14 2 83 58 57
Octal 277 373 312 30 0 24 2 203 130 127
Binary 10111111 11111011 11001010 11000 0 10100 10 10000011 1011000 1010111

Color Harmonies of #BFFBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFBCA

Black with #BFFBCA

Text Example


Text Example

White with #BFFBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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