Html Css Color HEX #BAECBD Fringy Flower

📋 copy color: '#BAECBD'

red 186 ◦ green 236 ◦ blue 189

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

Shades of Fringy Flower #BAECBD

Tints of Fringy Flower #BAECBD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.63%

 BLUE value IS 189 (74.22% from 255) = 30.93%

R = 30.44%
G = 38.63%
B = 30.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#BAECBD (or 0xBAECBD) is known color: Fringy Flower. HEX triplet: BA, EC and BD. RGB value is (186,236,189). Sum of RGB (Red+Green+Blue) = 186+236+189=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECBD is #451342. Grayscale: #D7D7D7. Windows color (decimal): -4526915 or 12446906. OLE color: 12446906.

HSL color Cylindrical-coordinate representation of color #BAECBD: hue angle of 123.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECBD is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 189 -
CMYK 0.21 0 0.20 0.07
HSL 123.6º 0.57% 0.83% -
HSV(B) 123.6º 0.21% 0.93% -
XYZ 59.43 74.1 59.32 -
YUV 215.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 186 236 189 0.21 0 0.20 0.07 123.6 0.57 0.83
Hex BA EC BD 15 0 14 7 7C 39 53
Octal 272 354 275 25 0 24 7 174 71 123
Binary 10111010 11101100 10111101 10101 0 10100 111 1111100 111001 1010011

Color Harmonies of #BAECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECBD

Black with #BAECBD

Text Example


Text Example

White with #BAECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECBD; }

 p { color: rgb(186,236,189); }

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

background-color css

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

 a { background-color: rgb(186,236,189); }

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

border-color css

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

 span { border-color: rgb(186,236,189); }

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