Html Css Color HEX #BCF2CF Granny Apple

📋 copy color: '#BCF2CF'

red 188 ◦ green 242 ◦ blue 207

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

Shades of Granny Apple #BCF2CF

Tints of Granny Apple #BCF2CF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.99%

 BLUE value IS 207 (81.25% from 255) = 32.5%

R = 29.51%
G = 37.99%
B = 32.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#BCF2CF (or 0xBCF2CF) is known color: Granny Apple. HEX triplet: BC, F2 and CF. RGB value is (188,242,207). Sum of RGB (Red+Green+Blue) = 188+242+207=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2CF is #430D30. Grayscale: #DDDDDD. Windows color (decimal): -4394289 or 13628092. OLE color: 13628092.

HSL color Cylindrical-coordinate representation of color #BCF2CF: hue angle of 141.11º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2CF is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 207 -
CMYK 0.22 0 0.14 0.05
HSL 141.11º 0.68% 0.84% -
HSV(B) 141.11º 0.22% 0.95% -
XYZ 63.75 78.7 70.86 -
YUV 221.86 119.61 103.85 -
System Red Green Blue C M Y K H S L
Decimal 188 242 207 0.22 0 0.14 0.05 141.11 0.68 0.84
Hex BC F2 CF 16 0 E 5 8D 44 54
Octal 274 362 317 26 0 16 5 215 104 124
Binary 10111100 11110010 11001111 10110 0 1110 101 10001101 1000100 1010100

Color Harmonies of #BCF2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2CF

Black with #BCF2CF

Text Example


Text Example

White with #BCF2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2CF; }

 p { color: rgb(188,242,207); }

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

background-color css

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

 a { background-color: rgb(188,242,207); }

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

border-color css

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

 span { border-color: rgb(188,242,207); }

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