Html Css Color HEX #BDE7C0 Fringy Flower

📋 copy color: '#BDE7C0'

red 189 ◦ green 231 ◦ blue 192

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

Shades of Fringy Flower #BDE7C0

Tints of Fringy Flower #BDE7C0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.75%

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

R = 30.88%
G = 37.75%
B = 31.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#BDE7C0 (or 0xBDE7C0) is known color: Fringy Flower. HEX triplet: BD, E7 and C0. RGB value is (189,231,192). Sum of RGB (Red+Green+Blue) = 189+231+192=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7C0 is #42183F. Grayscale: #D6D6D6. Windows color (decimal): -4331584 or 12642237. OLE color: 12642237.

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

Color convert

RGB 189 231 192 -
CMYK 0.18 0 0.17 0.09
HSL 124.29º 0.47% 0.82% -
HSV(B) 124.29º 0.18% 0.91% -
XYZ 59.08 71.78 60.61 -
YUV 214 115.59 110.17 -
System Red Green Blue C M Y K H S L
Decimal 189 231 192 0.18 0 0.17 0.09 124.29 0.47 0.82
Hex BD E7 C0 12 0 11 9 7C 2F 52
Octal 275 347 300 22 0 21 11 174 57 122
Binary 10111101 11100111 11000000 10010 0 10001 1001 1111100 101111 1010010

Color Harmonies of #BDE7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE7C0

Black with #BDE7C0

Text Example


Text Example

White with #BDE7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE7C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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