Html Css Color HEX #BBDFBC Fringy Flower

📋 copy color: '#BBDFBC'

red 187 ◦ green 223 ◦ blue 188

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

Shades of Fringy Flower #BBDFBC

Tints of Fringy Flower #BBDFBC

RGB

 RED value IS 187 (73.44% from 255) = 31.27%

 GREEN value IS 223 (87.5% from 255) = 37.29%

 BLUE value IS 188 (73.83% from 255) = 31.44%

R = 31.27%
G = 37.29%
B = 31.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#BBDFBC (or 0xBBDFBC) is known color: Fringy Flower. HEX triplet: BB, DF and BC. RGB value is (187,223,188). Sum of RGB (Red+Green+Blue) = 187+223+188=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFBC is #442043. Grayscale: #D0D0D0. Windows color (decimal): -4464708 or 12378043. OLE color: 12378043.

HSL color Cylindrical-coordinate representation of color #BBDFBC: hue angle of 121.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDFBC is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 188 -
CMYK 0.16 0 0.16 0.13
HSL 121.67º 0.36% 0.8% -
HSV(B) 121.67º 0.16% 0.87% -
XYZ 55.96 66.97 57.55 -
YUV 208.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 187 223 188 0.16 0 0.16 0.13 121.67 0.36 0.8
Hex BB DF BC 10 0 10 D 7A 24 50
Octal 273 337 274 20 0 20 15 172 44 120
Binary 10111011 11011111 10111100 10000 0 10000 1101 1111010 100100 1010000

Color Harmonies of #BBDFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFBC

Black with #BBDFBC

Text Example


Text Example

White with #BBDFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFBC; }

 p { color: rgb(187,223,188); }

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

background-color css

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

 a { background-color: rgb(187,223,188); }

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

border-color css

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

 span { border-color: rgb(187,223,188); }

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