Html Css Color HEX #BDE6C2 Fringy Flower

📋 copy color: '#BDE6C2'

red 189 ◦ green 230 ◦ blue 194

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

Shades of Fringy Flower #BDE6C2

Tints of Fringy Flower #BDE6C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.65%

R = 30.83%
G = 37.52%
B = 31.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#BDE6C2 (or 0xBDE6C2) is known color: Fringy Flower. HEX triplet: BD, E6 and C2. RGB value is (189,230,194). Sum of RGB (Red+Green+Blue) = 189+230+194=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6C2 is #42193D. Grayscale: #D5D5D5. Windows color (decimal): -4331838 or 12773053. OLE color: 12773053.

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

Color convert

RGB 189 230 194 -
CMYK 0.18 0 0.16 0.10
HSL 127.32º 0.45% 0.82% -
HSV(B) 127.32º 0.18% 0.9% -
XYZ 59.02 71.31 61.69 -
YUV 213.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 189 230 194 0.18 0 0.16 0.10 127.32 0.45 0.82
Hex BD E6 C2 12 0 10 A 7F 2D 52
Octal 275 346 302 22 0 20 12 177 55 122
Binary 10111101 11100110 11000010 10010 0 10000 1010 1111111 101101 1010010

Color Harmonies of #BDE6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6C2

Black with #BDE6C2

Text Example


Text Example

White with #BDE6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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