Html Css Color HEX #BFF8CA Granny Apple

📋 copy color: '#BFF8CA'

red 191 ◦ green 248 ◦ blue 202

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

Shades of Granny Apple #BFF8CA

Tints of Granny Apple #BFF8CA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.69%

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

R = 29.8%
G = 38.69%
B = 31.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#BFF8CA (or 0xBFF8CA) is known color: Granny Apple. HEX triplet: BF, F8 and CA. RGB value is (191,248,202). Sum of RGB (Red+Green+Blue) = 191+248+202=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF8CA is #400735. Grayscale: #E1E1E1. Windows color (decimal): -4196150 or 13301951. OLE color: 13301951.

HSL color Cylindrical-coordinate representation of color #BFF8CA: hue angle of 131.58º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF8CA is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 248 202 -
CMYK 0.23 0 0.19 0.03
HSL 131.58º 0.8% 0.86% -
HSV(B) 131.58º 0.23% 0.97% -
XYZ 65.71 82.48 68.33 -
YUV 225.71 114.62 103.24 -
System Red Green Blue C M Y K H S L
Decimal 191 248 202 0.23 0 0.19 0.03 131.58 0.8 0.86
Hex BF F8 CA 17 0 13 3 84 50 56
Octal 277 370 312 27 0 23 3 204 120 126
Binary 10111111 11111000 11001010 10111 0 10011 11 10000100 1010000 1010110

Color Harmonies of #BFF8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF8CA

Black with #BFF8CA

Text Example


Text Example

White with #BFF8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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