Html Css Color HEX #BBE2C1 Fringy Flower

📋 copy color: '#BBE2C1'

red 187 ◦ green 226 ◦ blue 193

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

Shades of Fringy Flower #BBE2C1

Tints of Fringy Flower #BBE2C1

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.29%

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

R = 30.86%
G = 37.29%
B = 31.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#BBE2C1 (or 0xBBE2C1) is known color: Fringy Flower. HEX triplet: BB, E2 and C1. RGB value is (187,226,193). Sum of RGB (Red+Green+Blue) = 187+226+193=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2C1 is #441D3E. Grayscale: #D2D2D2. Windows color (decimal): -4463935 or 12706491. OLE color: 12706491.

HSL color Cylindrical-coordinate representation of color #BBE2C1: hue angle of 129.23º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE2C1 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 226 193 -
CMYK 0.17 0 0.15 0.11
HSL 129.23º 0.4% 0.81% -
HSV(B) 129.23º 0.17% 0.89% -
XYZ 57.32 68.81 60.71 -
YUV 210.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 187 226 193 0.17 0 0.15 0.11 129.23 0.4 0.81
Hex BB E2 C1 11 0 F B 81 28 51
Octal 273 342 301 21 0 17 13 201 50 121
Binary 10111011 11100010 11000001 10001 0 1111 1011 10000001 101000 1010001

Color Harmonies of #BBE2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE2C1

Black with #BBE2C1

Text Example


Text Example

White with #BBE2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE2C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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