Html Css Color HEX #BDFDBA Fringy Flower

📋 copy color: '#BDFDBA'

red 189 ◦ green 253 ◦ blue 186

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

Shades of Fringy Flower #BDFDBA

Tints of Fringy Flower #BDFDBA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.29%

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

R = 30.1%
G = 40.29%
B = 29.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#BDFDBA (or 0xBDFDBA) is known color: Fringy Flower. HEX triplet: BD, FD and BA. RGB value is (189,253,186). Sum of RGB (Red+Green+Blue) = 189+253+186=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDBA is #420245. Grayscale: #E2E2E2. Windows color (decimal): -4325958 or 12254653. OLE color: 12254653.

HSL color Cylindrical-coordinate representation of color #BDFDBA: hue angle of 117.31º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFDBA is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 186 -
CMYK 0.25 0 0.26 0.01
HSL 117.31º 0.94% 0.86% -
HSV(B) 117.31º 0.26% 0.99% -
XYZ 64.97 84.61 59.36 -
YUV 226.23 105.3 101.45 -
System Red Green Blue C M Y K H S L
Decimal 189 253 186 0.25 0 0.26 0.01 117.31 0.94 0.86
Hex BD FD BA 19 0 1A 1 75 5E 56
Octal 275 375 272 31 0 32 1 165 136 126
Binary 10111101 11111101 10111010 11001 0 11010 1 1110101 1011110 1010110

Color Harmonies of #BDFDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDBA

Black with #BDFDBA

Text Example


Text Example

White with #BDFDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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