Html Css Color HEX #BDE1C1 Fringy Flower

📋 copy color: '#BDE1C1'

red 189 ◦ green 225 ◦ blue 193

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

Shades of Fringy Flower #BDE1C1

Tints of Fringy Flower #BDE1C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.8%

R = 31.14%
G = 37.07%
B = 31.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#BDE1C1 (or 0xBDE1C1) is known color: Fringy Flower. HEX triplet: BD, E1 and C1. RGB value is (189,225,193). Sum of RGB (Red+Green+Blue) = 189+225+193=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1C1 is #421E3E. Grayscale: #D2D2D2. Windows color (decimal): -4333119 or 12706237. OLE color: 12706237.

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

Color convert

RGB 189 225 193 -
CMYK 0.16 0 0.14 0.12
HSL 126.67º 0.38% 0.81% -
HSV(B) 126.67º 0.16% 0.88% -
XYZ 57.54 68.52 60.65 -
YUV 210.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 189 225 193 0.16 0 0.14 0.12 126.67 0.38 0.81
Hex BD E1 C1 10 0 E C 7F 26 51
Octal 275 341 301 20 0 16 14 177 46 121
Binary 10111101 11100001 11000001 10000 0 1110 1100 1111111 100110 1010001

Color Harmonies of #BDE1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1C1

Black with #BDE1C1

Text Example


Text Example

White with #BDE1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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