Html Css Color HEX #BBDFC1 Fringy Flower

📋 copy color: '#BBDFC1'

red 187 ◦ green 223 ◦ blue 193

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

Shades of Fringy Flower #BBDFC1

Tints of Fringy Flower #BBDFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.01%

R = 31.01%
G = 36.98%
B = 32.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#BBDFC1 (or 0xBBDFC1) is known color: Fringy Flower. HEX triplet: BB, DF and C1. RGB value is (187,223,193). Sum of RGB (Red+Green+Blue) = 187+223+193=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFC1 is #44203E. Grayscale: #D0D0D0. Windows color (decimal): -4464703 or 12705723. OLE color: 12705723.

HSL color Cylindrical-coordinate representation of color #BBDFC1: hue angle of 130º 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 #BBDFC1 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 193 -
CMYK 0.16 0 0.13 0.13
HSL 130º 0.36% 0.8% -
HSV(B) 130º 0.16% 0.87% -
XYZ 56.51 67.19 60.44 -
YUV 208.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 187 223 193 0.16 0 0.13 0.13 130 0.36 0.8
Hex BB DF C1 10 0 D D 82 24 50
Octal 273 337 301 20 0 15 15 202 44 120
Binary 10111011 11011111 11000001 10000 0 1101 1101 10000010 100100 1010000

Color Harmonies of #BBDFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFC1

Black with #BBDFC1

Text Example


Text Example

White with #BBDFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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