Html Css Color HEX #BDE6C0 Fringy Flower

📋 copy color: '#BDE6C0'

red 189 ◦ green 230 ◦ blue 192

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

Shades of Fringy Flower #BDE6C0

Tints of Fringy Flower #BDE6C0

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.64%

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

R = 30.93%
G = 37.64%
B = 31.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#BDE6C0 (or 0xBDE6C0) is known color: Fringy Flower. HEX triplet: BD, E6 and C0. RGB value is (189,230,192). Sum of RGB (Red+Green+Blue) = 189+230+192=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6C0 is #42193F. Grayscale: #D5D5D5. Windows color (decimal): -4331840 or 12641981. OLE color: 12641981.

HSL color Cylindrical-coordinate representation of color #BDE6C0: hue angle of 124.39º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6C0 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 192 -
CMYK 0.18 0 0.17 0.10
HSL 124.39º 0.45% 0.82% -
HSV(B) 124.39º 0.18% 0.9% -
XYZ 58.8 71.22 60.52 -
YUV 213.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 189 230 192 0.18 0 0.17 0.10 124.39 0.45 0.82
Hex BD E6 C0 12 0 11 A 7C 2D 52
Octal 275 346 300 22 0 21 12 174 55 122
Binary 10111101 11100110 11000000 10010 0 10001 1010 1111100 101101 1010010

Color Harmonies of #BDE6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6C0

Black with #BDE6C0

Text Example


Text Example

White with #BDE6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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