Html Css Color HEX #BBE8C1 Fringy Flower

📋 copy color: '#BBE8C1'

red 187 ◦ green 232 ◦ blue 193

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

Shades of Fringy Flower #BBE8C1

Tints of Fringy Flower #BBE8C1

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.91%

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

R = 30.56%
G = 37.91%
B = 31.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#BBE8C1 (or 0xBBE8C1) is known color: Fringy Flower. HEX triplet: BB, E8 and C1. RGB value is (187,232,193). Sum of RGB (Red+Green+Blue) = 187+232+193=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8C1 is #44173E. Grayscale: #D6D6D6. Windows color (decimal): -4462399 or 12708027. OLE color: 12708027.

HSL color Cylindrical-coordinate representation of color #BBE8C1: hue angle of 128º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE8C1 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 232 193 -
CMYK 0.19 0 0.17 0.09
HSL 128º 0.49% 0.82% -
HSV(B) 128º 0.19% 0.91% -
XYZ 58.98 72.13 61.27 -
YUV 214.1 116.09 108.67 -
System Red Green Blue C M Y K H S L
Decimal 187 232 193 0.19 0 0.17 0.09 128 0.49 0.82
Hex BB E8 C1 13 0 11 9 80 31 52
Octal 273 350 301 23 0 21 11 200 61 122
Binary 10111011 11101000 11000001 10011 0 10001 1001 10000000 110001 1010010

Color Harmonies of #BBE8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE8C1

Black with #BBE8C1

Text Example


Text Example

White with #BBE8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE8C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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