Html Css Color HEX #BCF2C2 Fringy Flower

📋 copy color: '#BCF2C2'

red 188 ◦ green 242 ◦ blue 194

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

Shades of Fringy Flower #BCF2C2

Tints of Fringy Flower #BCF2C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.09%

R = 30.13%
G = 38.78%
B = 31.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#BCF2C2 (or 0xBCF2C2) is known color: Fringy Flower. HEX triplet: BC, F2 and C2. RGB value is (188,242,194). Sum of RGB (Red+Green+Blue) = 188+242+194=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2C2 is #430D3D. Grayscale: #DCDCDC. Windows color (decimal): -4394302 or 12776124. OLE color: 12776124.

HSL color Cylindrical-coordinate representation of color #BCF2C2: hue angle of 126.67º 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 #BCF2C2 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 194 -
CMYK 0.22 0 0.20 0.05
HSL 126.67º 0.68% 0.84% -
HSV(B) 126.67º 0.22% 0.95% -
XYZ 62.23 78.09 62.83 -
YUV 220.38 113.11 104.9 -
System Red Green Blue C M Y K H S L
Decimal 188 242 194 0.22 0 0.20 0.05 126.67 0.68 0.84
Hex BC F2 C2 16 0 14 5 7F 44 54
Octal 274 362 302 26 0 24 5 177 104 124
Binary 10111100 11110010 11000010 10110 0 10100 101 1111111 1000100 1010100

Color Harmonies of #BCF2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2C2

Black with #BCF2C2

Text Example


Text Example

White with #BCF2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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