Html Css Color HEX #BCF9C9 Granny Apple

📋 copy color: '#BCF9C9'

red 188 ◦ green 249 ◦ blue 201

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

Shades of Granny Apple #BCF9C9

Tints of Granny Apple #BCF9C9

RGB

 RED value IS 188 (73.83% from 255) = 29.47%

 GREEN value IS 249 (97.66% from 255) = 39.03%

 BLUE value IS 201 (78.91% from 255) = 31.5%

R = 29.47%
G = 39.03%
B = 31.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#BCF9C9 (or 0xBCF9C9) is known color: Granny Apple. HEX triplet: BC, F9 and C9. RGB value is (188,249,201). Sum of RGB (Red+Green+Blue) = 188+249+201=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9C9 is #430636. Grayscale: #E1E1E1. Windows color (decimal): -4392503 or 13236668. OLE color: 13236668.

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

Color convert

RGB 188 249 201 -
CMYK 0.24 0 0.19 0.02
HSL 132.79º 0.84% 0.86% -
HSV(B) 132.79º 0.24% 0.98% -
XYZ 65.16 82.66 67.78 -
YUV 225.29 114.29 101.4 -
System Red Green Blue C M Y K H S L
Decimal 188 249 201 0.24 0 0.19 0.02 132.79 0.84 0.86
Hex BC F9 C9 18 0 13 2 85 54 56
Octal 274 371 311 30 0 23 2 205 124 126
Binary 10111100 11111001 11001001 11000 0 10011 10 10000101 1010100 1010110

Color Harmonies of #BCF9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF9C9

Black with #BCF9C9

Text Example


Text Example

White with #BCF9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF9C9; }

 p { color: rgb(188,249,201); }

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

background-color css

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

 a { background-color: rgb(188,249,201); }

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

border-color css

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

 span { border-color: rgb(188,249,201); }

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