Html Css Color HEX #BDFCBA Fringy Flower

📋 copy color: '#BDFCBA'

red 189 ◦ green 252 ◦ blue 186

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

Shades of Fringy Flower #BDFCBA

Tints of Fringy Flower #BDFCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.19%

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

R = 30.14%
G = 40.19%
B = 29.67%

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

#BDFCBA (or 0xBDFCBA) is known color: Fringy Flower. HEX triplet: BD, FC and BA. RGB value is (189,252,186). Sum of RGB (Red+Green+Blue) = 189+252+186=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCBA is #420345. Grayscale: #E1E1E1. Windows color (decimal): -4326214 or 12254397. OLE color: 12254397.

HSL color Cylindrical-coordinate representation of color #BDFCBA: hue angle of 117.27º degrees, saturation: 0.92, 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 #BDFCBA is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 252 186 -
CMYK 0.25 0 0.26 0.01
HSL 117.27º 0.92% 0.86% -
HSV(B) 117.27º 0.26% 0.99% -
XYZ 64.66 83.98 59.26 -
YUV 225.64 105.63 101.87 -
System Red Green Blue C M Y K H S L
Decimal 189 252 186 0.25 0 0.26 0.01 117.27 0.92 0.86
Hex BD FC BA 19 0 1A 1 75 5C 56
Octal 275 374 272 31 0 32 1 165 134 126
Binary 10111101 11111100 10111010 11001 0 11010 1 1110101 1011100 1010110

Color Harmonies of #BDFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFCBA

Black with #BDFCBA

Text Example


Text Example

White with #BDFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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