Html Css Color HEX #BDF2C1 Fringy Flower

📋 copy color: '#BDF2C1'

red 189 ◦ green 242 ◦ blue 193

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

Shades of Fringy Flower #BDF2C1

Tints of Fringy Flower #BDF2C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.93%

R = 30.29%
G = 38.78%
B = 30.93%

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

#BDF2C1 (or 0xBDF2C1) is known color: Fringy Flower. HEX triplet: BD, F2 and C1. RGB value is (189,242,193). Sum of RGB (Red+Green+Blue) = 189+242+193=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2C1 is #420D3E. Grayscale: #DCDCDC. Windows color (decimal): -4328767 or 12710589. OLE color: 12710589.

HSL color Cylindrical-coordinate representation of color #BDF2C1: hue angle of 124.53º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2C1 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 193 -
CMYK 0.22 0 0.20 0.05
HSL 124.53º 0.67% 0.85% -
HSV(B) 124.53º 0.22% 0.95% -
XYZ 62.36 78.17 62.25 -
YUV 220.57 112.44 105.48 -
System Red Green Blue C M Y K H S L
Decimal 189 242 193 0.22 0 0.20 0.05 124.53 0.67 0.85
Hex BD F2 C1 16 0 14 5 7D 43 55
Octal 275 362 301 26 0 24 5 175 103 125
Binary 10111101 11110010 11000001 10110 0 10100 101 1111101 1000011 1010101

Color Harmonies of #BDF2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2C1

Black with #BDF2C1

Text Example


Text Example

White with #BDF2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2C1; }

 p { color: rgb(189,242,193); }

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

background-color css

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

 a { background-color: rgb(189,242,193); }

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

border-color css

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

 span { border-color: rgb(189,242,193); }

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