Html Css Color HEX #BDE6BF Fringy Flower

📋 copy color: '#BDE6BF'

red 189 ◦ green 230 ◦ blue 191

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

Shades of Fringy Flower #BDE6BF

Tints of Fringy Flower #BDE6BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.31%

R = 30.98%
G = 37.7%
B = 31.31%

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

#BDE6BF (or 0xBDE6BF) is known color: Fringy Flower. HEX triplet: BD, E6 and BF. RGB value is (189,230,191). Sum of RGB (Red+Green+Blue) = 189+230+191=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6BF is #421940. Grayscale: #D5D5D5. Windows color (decimal): -4331841 or 12576445. OLE color: 12576445.

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

Color convert

RGB 189 230 191 -
CMYK 0.18 0 0.17 0.10
HSL 122.93º 0.45% 0.82% -
HSV(B) 122.93º 0.18% 0.9% -
XYZ 58.69 71.17 59.94 -
YUV 213.3 115.42 110.67 -
System Red Green Blue C M Y K H S L
Decimal 189 230 191 0.18 0 0.17 0.10 122.93 0.45 0.82
Hex BD E6 BF 12 0 11 A 7B 2D 52
Octal 275 346 277 22 0 21 12 173 55 122
Binary 10111101 11100110 10111111 10010 0 10001 1010 1111011 101101 1010010

Color Harmonies of #BDE6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6BF

Black with #BDE6BF

Text Example


Text Example

White with #BDE6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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