Html Css Color HEX #BAECC0 Fringy Flower

📋 copy color: '#BAECC0'

red 186 ◦ green 236 ◦ blue 192

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

Shades of Fringy Flower #BAECC0

Tints of Fringy Flower #BAECC0

RGB

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

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

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

R = 30.29%
G = 38.44%
B = 31.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#BAECC0 (or 0xBAECC0) is known color: Fringy Flower. HEX triplet: BA, EC and C0. RGB value is (186,236,192). Sum of RGB (Red+Green+Blue) = 186+236+192=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECC0 is #45133F. Grayscale: #D8D8D8. Windows color (decimal): -4526912 or 12643514. OLE color: 12643514.

HSL color Cylindrical-coordinate representation of color #BAECC0: hue angle of 127.2º 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 #BAECC0 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 192 -
CMYK 0.21 0 0.19 0.07
HSL 127.2º 0.57% 0.83% -
HSV(B) 127.2º 0.21% 0.93% -
XYZ 59.76 74.24 61.05 -
YUV 216.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 186 236 192 0.21 0 0.19 0.07 127.2 0.57 0.83
Hex BA EC C0 15 0 13 7 7F 39 53
Octal 272 354 300 25 0 23 7 177 71 123
Binary 10111010 11101100 11000000 10101 0 10011 111 1111111 111001 1010011

Color Harmonies of #BAECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECC0

Black with #BAECC0

Text Example


Text Example

White with #BAECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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