Html Css Color HEX #BBEBC1 Fringy Flower

📋 copy color: '#BBEBC1'

red 187 ◦ green 235 ◦ blue 193

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

Shades of Fringy Flower #BBEBC1

Tints of Fringy Flower #BBEBC1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.21%

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

R = 30.41%
G = 38.21%
B = 31.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#BBEBC1 (or 0xBBEBC1) is known color: Fringy Flower. HEX triplet: BB, EB and C1. RGB value is (187,235,193). Sum of RGB (Red+Green+Blue) = 187+235+193=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBC1 is #44143E. Grayscale: #D7D7D7. Windows color (decimal): -4461631 or 12708795. OLE color: 12708795.

HSL color Cylindrical-coordinate representation of color #BBEBC1: hue angle of 127.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBC1 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 235 193 -
CMYK 0.20 0 0.18 0.08
HSL 127.5º 0.55% 0.83% -
HSV(B) 127.5º 0.2% 0.92% -
XYZ 59.83 73.83 61.55 -
YUV 215.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 187 235 193 0.20 0 0.18 0.08 127.5 0.55 0.83
Hex BB EB C1 14 0 12 8 80 37 53
Octal 273 353 301 24 0 22 10 200 67 123
Binary 10111011 11101011 11000001 10100 0 10010 1000 10000000 110111 1010011

Color Harmonies of #BBEBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBC1

Black with #BBEBC1

Text Example


Text Example

White with #BBEBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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