Html Css Color HEX #BDE0BF Fringy Flower

📋 copy color: '#BDE0BF'

red 189 ◦ green 224 ◦ blue 191

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

Shades of Fringy Flower #BDE0BF

Tints of Fringy Flower #BDE0BF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.09%

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

R = 31.29%
G = 37.09%
B = 31.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#BDE0BF (or 0xBDE0BF) is known color: Fringy Flower. HEX triplet: BD, E0 and BF. RGB value is (189,224,191). Sum of RGB (Red+Green+Blue) = 189+224+191=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0BF is #421F40. Grayscale: #D1D1D1. Windows color (decimal): -4333377 or 12574909. OLE color: 12574909.

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

Color convert

RGB 189 224 191 -
CMYK 0.16 0 0.15 0.12
HSL 123.43º 0.36% 0.81% -
HSV(B) 123.43º 0.16% 0.88% -
XYZ 57.05 67.89 59.39 -
YUV 209.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 189 224 191 0.16 0 0.15 0.12 123.43 0.36 0.81
Hex BD E0 BF 10 0 F C 7B 24 51
Octal 275 340 277 20 0 17 14 173 44 121
Binary 10111101 11100000 10111111 10000 0 1111 1100 1111011 100100 1010001

Color Harmonies of #BDE0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0BF

Black with #BDE0BF

Text Example


Text Example

White with #BDE0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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