Html Css Color HEX #BDFAC0 Fringy Flower

📋 copy color: '#BDFAC0'

red 189 ◦ green 250 ◦ blue 192

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

Shades of Fringy Flower #BDFAC0

Tints of Fringy Flower #BDFAC0

RGB

 RED value IS 189 (74.22% from 255) = 29.95%

 GREEN value IS 250 (98.05% from 255) = 39.62%

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

R = 29.95%
G = 39.62%
B = 30.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#BDFAC0 (or 0xBDFAC0) is known color: Fringy Flower. HEX triplet: BD, FA and C0. RGB value is (189,250,192). Sum of RGB (Red+Green+Blue) = 189+250+192=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAC0 is #42053F. Grayscale: #E1E1E1. Windows color (decimal): -4326720 or 12647101. OLE color: 12647101.

HSL color Cylindrical-coordinate representation of color #BDFAC0: hue angle of 122.95º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFAC0 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 250 192 -
CMYK 0.24 0 0.23 0.02
HSL 122.95º 0.86% 0.86% -
HSV(B) 122.95º 0.24% 0.98% -
XYZ 64.69 83 62.48 -
YUV 225.15 109.29 102.22 -
System Red Green Blue C M Y K H S L
Decimal 189 250 192 0.24 0 0.23 0.02 122.95 0.86 0.86
Hex BD FA C0 18 0 17 2 7B 56 56
Octal 275 372 300 30 0 27 2 173 126 126
Binary 10111101 11111010 11000000 11000 0 10111 10 1111011 1010110 1010110

Color Harmonies of #BDFAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFAC0

Black with #BDFAC0

Text Example


Text Example

White with #BDFAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFAC0; }

 p { color: rgb(189,250,192); }

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

background-color css

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

 a { background-color: rgb(189,250,192); }

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

border-color css

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

 span { border-color: rgb(189,250,192); }

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