Html Css Color HEX #BDF8BB Fringy Flower

📋 copy color: '#BDF8BB'

red 189 ◦ green 248 ◦ blue 187

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

Shades of Fringy Flower #BDF8BB

Tints of Fringy Flower #BDF8BB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.74%

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

R = 30.29%
G = 39.74%
B = 29.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#BDF8BB (or 0xBDF8BB) is known color: Fringy Flower. HEX triplet: BD, F8 and BB. RGB value is (189,248,187). Sum of RGB (Red+Green+Blue) = 189+248+187=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8BB is #420744. Grayscale: #DFDFDF. Windows color (decimal): -4327237 or 12318909. OLE color: 12318909.

HSL color Cylindrical-coordinate representation of color #BDF8BB: hue angle of 118.03º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF8BB is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 187 -
CMYK 0.24 0 0.25 0.03
HSL 118.03º 0.81% 0.85% -
HSV(B) 118.03º 0.25% 0.97% -
XYZ 63.52 81.54 59.4 -
YUV 223.41 107.45 103.46 -
System Red Green Blue C M Y K H S L
Decimal 189 248 187 0.24 0 0.25 0.03 118.03 0.81 0.85
Hex BD F8 BB 18 0 19 3 76 51 55
Octal 275 370 273 30 0 31 3 166 121 125
Binary 10111101 11111000 10111011 11000 0 11001 11 1110110 1010001 1010101

Color Harmonies of #BDF8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF8BB

Black with #BDF8BB

Text Example


Text Example

White with #BDF8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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