Html Css Color HEX #BDE2BF Fringy Flower

📋 copy color: '#BDE2BF'

red 189 ◦ green 226 ◦ blue 191

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

Shades of Fringy Flower #BDE2BF

Tints of Fringy Flower #BDE2BF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.29%

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

R = 31.19%
G = 37.29%
B = 31.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#BDE2BF (or 0xBDE2BF) is known color: Fringy Flower. HEX triplet: BD, E2 and BF. RGB value is (189,226,191). Sum of RGB (Red+Green+Blue) = 189+226+191=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2BF is #421D40. Grayscale: #D3D3D3. Windows color (decimal): -4332865 or 12575421. OLE color: 12575421.

HSL color Cylindrical-coordinate representation of color #BDE2BF: hue angle of 123.24º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE2BF is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 191 -
CMYK 0.16 0 0.15 0.11
HSL 123.24º 0.39% 0.81% -
HSV(B) 123.24º 0.16% 0.89% -
XYZ 57.59 68.97 59.57 -
YUV 210.95 116.74 112.35 -
System Red Green Blue C M Y K H S L
Decimal 189 226 191 0.16 0 0.15 0.11 123.24 0.39 0.81
Hex BD E2 BF 10 0 F B 7B 27 51
Octal 275 342 277 20 0 17 13 173 47 121
Binary 10111101 11100010 10111111 10000 0 1111 1011 1111011 100111 1010001

Color Harmonies of #BDE2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE2BF

Black with #BDE2BF

Text Example


Text Example

White with #BDE2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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