Html Css Color HEX #BAFCC0 Fringy Flower

📋 copy color: '#BAFCC0'

red 186 ◦ green 252 ◦ blue 192

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

Shades of Fringy Flower #BAFCC0

Tints of Fringy Flower #BAFCC0

RGB

 RED value IS 186 (73.05% from 255) = 29.52%

 GREEN value IS 252 (98.83% from 255) = 40%

 BLUE value IS 192 (75.39% from 255) = 30.48%

R = 29.52%
G = 40%
B = 30.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#BAFCC0 (or 0xBAFCC0) is known color: Fringy Flower. HEX triplet: BA, FC and C0. RGB value is (186,252,192). Sum of RGB (Red+Green+Blue) = 186+252+192=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFCC0 is #45033F. Grayscale: #E1E1E1. Windows color (decimal): -4522816 or 12647610. OLE color: 12647610.

HSL color Cylindrical-coordinate representation of color #BAFCC0: hue angle of 125.45º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFCC0 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 252 192 -
CMYK 0.26 0 0.24 0.01
HSL 125.45º 0.92% 0.86% -
HSV(B) 125.45º 0.26% 0.99% -
XYZ 64.57 83.87 62.65 -
YUV 225.43 109.13 99.88 -
System Red Green Blue C M Y K H S L
Decimal 186 252 192 0.26 0 0.24 0.01 125.45 0.92 0.86
Hex BA FC C0 1A 0 18 1 7D 5C 56
Octal 272 374 300 32 0 30 1 175 134 126
Binary 10111010 11111100 11000000 11010 0 11000 1 1111101 1011100 1010110

Color Harmonies of #BAFCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFCC0

Black with #BAFCC0

Text Example


Text Example

White with #BAFCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFCC0; }

 p { color: rgb(186,252,192); }

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

background-color css

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

 a { background-color: rgb(186,252,192); }

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

border-color css

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

 span { border-color: rgb(186,252,192); }

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