Html Css Color HEX #BDE5BC Fringy Flower

📋 copy color: '#BDE5BC'

red 189 ◦ green 229 ◦ blue 188

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

Shades of Fringy Flower #BDE5BC

Tints of Fringy Flower #BDE5BC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.79%

 BLUE value IS 188 (73.83% from 255) = 31.02%

R = 31.19%
G = 37.79%
B = 31.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#BDE5BC (or 0xBDE5BC) is known color: Fringy Flower. HEX triplet: BD, E5 and BC. RGB value is (189,229,188). Sum of RGB (Red+Green+Blue) = 189+229+188=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE5BC is #421A43. Grayscale: #D4D4D4. Windows color (decimal): -4332100 or 12379581. OLE color: 12379581.

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

Color convert

RGB 189 229 188 -
CMYK 0.17 0 0.18 0.10
HSL 118.54º 0.44% 0.82% -
HSV(B) 118.54º 0.18% 0.9% -
XYZ 58.08 70.49 58.12 -
YUV 212.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 189 229 188 0.17 0 0.18 0.10 118.54 0.44 0.82
Hex BD E5 BC 11 0 12 A 77 2C 52
Octal 275 345 274 21 0 22 12 167 54 122
Binary 10111101 11100101 10111100 10001 0 10010 1010 1110111 101100 1010010

Color Harmonies of #BDE5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE5BC

Black with #BDE5BC

Text Example


Text Example

White with #BDE5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE5BC; }

 p { color: rgb(189,229,188); }

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

background-color css

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

 a { background-color: rgb(189,229,188); }

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

border-color css

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

 span { border-color: rgb(189,229,188); }

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