Html Css Color HEX #BDF3BA Fringy Flower

📋 copy color: '#BDF3BA'

red 189 ◦ green 243 ◦ blue 186

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

Shades of Fringy Flower #BDF3BA

Tints of Fringy Flower #BDF3BA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.32%

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

R = 30.58%
G = 39.32%
B = 30.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#BDF3BA (or 0xBDF3BA) is known color: Fringy Flower. HEX triplet: BD, F3 and BA. RGB value is (189,243,186). Sum of RGB (Red+Green+Blue) = 189+243+186=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3BA is #420C45. Grayscale: #DCDCDC. Windows color (decimal): -4328518 or 12252093. OLE color: 12252093.

HSL color Cylindrical-coordinate representation of color #BDF3BA: hue angle of 116.84º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF3BA is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 186 -
CMYK 0.22 0 0.23 0.05
HSL 116.84º 0.7% 0.84% -
HSV(B) 116.84º 0.23% 0.95% -
XYZ 61.9 78.47 58.34 -
YUV 220.36 108.61 105.63 -
System Red Green Blue C M Y K H S L
Decimal 189 243 186 0.22 0 0.23 0.05 116.84 0.7 0.84
Hex BD F3 BA 16 0 17 5 75 46 54
Octal 275 363 272 26 0 27 5 165 106 124
Binary 10111101 11110011 10111010 10110 0 10111 101 1110101 1000110 1010100

Color Harmonies of #BDF3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF3BA

Black with #BDF3BA

Text Example


Text Example

White with #BDF3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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