Html Css Color HEX #BDEBC1 Fringy Flower

📋 copy color: '#BDEBC1'

red 189 ◦ green 235 ◦ blue 193

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

Shades of Fringy Flower #BDEBC1

Tints of Fringy Flower #BDEBC1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.09%

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

R = 30.63%
G = 38.09%
B = 31.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#BDEBC1 (or 0xBDEBC1) is known color: Fringy Flower. HEX triplet: BD, EB and C1. RGB value is (189,235,193). Sum of RGB (Red+Green+Blue) = 189+235+193=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBC1 is #42143E. Grayscale: #D8D8D8. Windows color (decimal): -4330559 or 12708797. OLE color: 12708797.

HSL color Cylindrical-coordinate representation of color #BDEBC1: hue angle of 125.22º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBC1 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 193 -
CMYK 0.20 0 0.18 0.08
HSL 125.22º 0.53% 0.83% -
HSV(B) 125.22º 0.2% 0.92% -
XYZ 60.32 74.09 61.57 -
YUV 216.46 114.76 108.42 -
System Red Green Blue C M Y K H S L
Decimal 189 235 193 0.20 0 0.18 0.08 125.22 0.53 0.83
Hex BD EB C1 14 0 12 8 7D 35 53
Octal 275 353 301 24 0 22 10 175 65 123
Binary 10111101 11101011 11000001 10100 0 10010 1000 1111101 110101 1010011

Color Harmonies of #BDEBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBC1

Black with #BDEBC1

Text Example


Text Example

White with #BDEBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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