Html Css Color HEX #BDE1BC Fringy Flower

📋 copy color: '#BDE1BC'

red 189 ◦ green 225 ◦ blue 188

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

Shades of Fringy Flower #BDE1BC

Tints of Fringy Flower #BDE1BC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.38%

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

R = 31.4%
G = 37.38%
B = 31.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#BDE1BC (or 0xBDE1BC) is known color: Fringy Flower. HEX triplet: BD, E1 and BC. RGB value is (189,225,188). Sum of RGB (Red+Green+Blue) = 189+225+188=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1BC is #421E43. Grayscale: #D2D2D2. Windows color (decimal): -4333124 or 12378557. OLE color: 12378557.

HSL color Cylindrical-coordinate representation of color #BDE1BC: hue angle of 118.38º degrees, saturation: 0.38, 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 #BDE1BC is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 188 -
CMYK 0.16 0 0.16 0.12
HSL 118.38º 0.38% 0.81% -
HSV(B) 118.38º 0.16% 0.88% -
XYZ 56.99 68.3 57.76 -
YUV 210.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 189 225 188 0.16 0 0.16 0.12 118.38 0.38 0.81
Hex BD E1 BC 10 0 10 C 76 26 51
Octal 275 341 274 20 0 20 14 166 46 121
Binary 10111101 11100001 10111100 10000 0 10000 1100 1110110 100110 1010001

Color Harmonies of #BDE1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1BC

Black with #BDE1BC

Text Example


Text Example

White with #BDE1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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