Html Css Color HEX #BDEBC0 Fringy Flower

📋 copy color: '#BDEBC0'

red 189 ◦ green 235 ◦ blue 192

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

Shades of Fringy Flower #BDEBC0

Tints of Fringy Flower #BDEBC0

RGB

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

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

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

R = 30.68%
G = 38.15%
B = 31.17%

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

#BDEBC0 (or 0xBDEBC0) is known color: Fringy Flower. HEX triplet: BD, EB and C0. RGB value is (189,235,192). Sum of RGB (Red+Green+Blue) = 189+235+192=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBC0 is #42143F. Grayscale: #D8D8D8. Windows color (decimal): -4330560 or 12643261. OLE color: 12643261.

HSL color Cylindrical-coordinate representation of color #BDEBC0: hue angle of 123.91º 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 #BDEBC0 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 192 -
CMYK 0.20 0 0.18 0.08
HSL 123.91º 0.53% 0.83% -
HSV(B) 123.91º 0.2% 0.92% -
XYZ 60.21 74.04 60.99 -
YUV 216.34 114.26 108.5 -
System Red Green Blue C M Y K H S L
Decimal 189 235 192 0.20 0 0.18 0.08 123.91 0.53 0.83
Hex BD EB C0 14 0 12 8 7C 35 53
Octal 275 353 300 24 0 22 10 174 65 123
Binary 10111101 11101011 11000000 10100 0 10010 1000 1111100 110101 1010011

Color Harmonies of #BDEBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBC0

Black with #BDEBC0

Text Example


Text Example

White with #BDEBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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