Html Css Color HEX #BDEDBA Fringy Flower

📋 copy color: '#BDEDBA'

red 189 ◦ green 237 ◦ blue 186

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

Shades of Fringy Flower #BDEDBA

Tints of Fringy Flower #BDEDBA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.73%

 BLUE value IS 186 (73.05% from 255) = 30.39%

R = 30.88%
G = 38.73%
B = 30.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#BDEDBA (or 0xBDEDBA) is known color: Fringy Flower. HEX triplet: BD, ED and BA. RGB value is (189,237,186). Sum of RGB (Red+Green+Blue) = 189+237+186=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDBA is #421245. Grayscale: #D8D8D8. Windows color (decimal): -4330054 or 12250557. OLE color: 12250557.

HSL color Cylindrical-coordinate representation of color #BDEDBA: hue angle of 116.47º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDEDBA is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 186 -
CMYK 0.20 0 0.22 0.07
HSL 116.47º 0.59% 0.83% -
HSV(B) 116.47º 0.22% 0.93% -
XYZ 60.13 74.93 57.75 -
YUV 216.83 110.6 108.15 -
System Red Green Blue C M Y K H S L
Decimal 189 237 186 0.20 0 0.22 0.07 116.47 0.59 0.83
Hex BD ED BA 14 0 16 7 74 3B 53
Octal 275 355 272 24 0 26 7 164 73 123
Binary 10111101 11101101 10111010 10100 0 10110 111 1110100 111011 1010011

Color Harmonies of #BDEDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDBA

Black with #BDEDBA

Text Example


Text Example

White with #BDEDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDBA; }

 p { color: rgb(189,237,186); }

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

background-color css

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

 a { background-color: rgb(189,237,186); }

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

border-color css

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

 span { border-color: rgb(189,237,186); }

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