Html Css Color HEX #BDF2BB Fringy Flower

📋 copy color: '#BDF2BB'

red 189 ◦ green 242 ◦ blue 187

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

Shades of Fringy Flower #BDF2BB

Tints of Fringy Flower #BDF2BB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.16%

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

R = 30.58%
G = 39.16%
B = 30.26%

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

#BDF2BB (or 0xBDF2BB) is known color: Fringy Flower. HEX triplet: BD, F2 and BB. RGB value is (189,242,187). Sum of RGB (Red+Green+Blue) = 189+242+187=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2BB is #420D44. Grayscale: #DCDCDC. Windows color (decimal): -4328773 or 12317373. OLE color: 12317373.

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

Color convert

RGB 189 242 187 -
CMYK 0.22 0 0.23 0.05
HSL 117.82º 0.68% 0.84% -
HSV(B) 117.82º 0.23% 0.95% -
XYZ 61.71 77.91 58.8 -
YUV 219.88 109.44 105.97 -
System Red Green Blue C M Y K H S L
Decimal 189 242 187 0.22 0 0.23 0.05 117.82 0.68 0.84
Hex BD F2 BB 16 0 17 5 76 44 54
Octal 275 362 273 26 0 27 5 166 104 124
Binary 10111101 11110010 10111011 10110 0 10111 101 1110110 1000100 1010100

Color Harmonies of #BDF2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2BB

Black with #BDF2BB

Text Example


Text Example

White with #BDF2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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