Html Css Color HEX #BDF3BB Fringy Flower

📋 copy color: '#BDF3BB'

red 189 ◦ green 243 ◦ blue 187

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

Shades of Fringy Flower #BDF3BB

Tints of Fringy Flower #BDF3BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.21%

R = 30.53%
G = 39.26%
B = 30.21%

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

#BDF3BB (or 0xBDF3BB) is known color: Fringy Flower. HEX triplet: BD, F3 and BB. RGB value is (189,243,187). Sum of RGB (Red+Green+Blue) = 189+243+187=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3BB is #420C44. Grayscale: #DCDCDC. Windows color (decimal): -4328517 or 12317629. OLE color: 12317629.

HSL color Cylindrical-coordinate representation of color #BDF3BB: hue angle of 117.86º 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 #BDF3BB is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 187 -
CMYK 0.22 0 0.23 0.05
HSL 117.86º 0.7% 0.84% -
HSV(B) 117.86º 0.23% 0.95% -
XYZ 62.01 78.51 58.9 -
YUV 220.47 109.11 105.55 -
System Red Green Blue C M Y K H S L
Decimal 189 243 187 0.22 0 0.23 0.05 117.86 0.7 0.84
Hex BD F3 BB 16 0 17 5 76 46 54
Octal 275 363 273 26 0 27 5 166 106 124
Binary 10111101 11110011 10111011 10110 0 10111 101 1110110 1000110 1010100

Color Harmonies of #BDF3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF3BB

Black with #BDF3BB

Text Example


Text Example

White with #BDF3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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