Html Css Color HEX #BBE6C2 Fringy Flower

📋 copy color: '#BBE6C2'

red 187 ◦ green 230 ◦ blue 194

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

Shades of Fringy Flower #BBE6C2

Tints of Fringy Flower #BBE6C2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.64%

 BLUE value IS 194 (76.17% from 255) = 31.75%

R = 30.61%
G = 37.64%
B = 31.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#BBE6C2 (or 0xBBE6C2) is known color: Fringy Flower. HEX triplet: BB, E6 and C2. RGB value is (187,230,194). Sum of RGB (Red+Green+Blue) = 187+230+194=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE6C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE6C2 is #44193D. Grayscale: #D5D5D5. Windows color (decimal): -4462910 or 12773051. OLE color: 12773051.

HSL color Cylindrical-coordinate representation of color #BBE6C2: hue angle of 129.77º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE6C2 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 230 194 -
CMYK 0.19 0 0.16 0.10
HSL 129.77º 0.46% 0.82% -
HSV(B) 129.77º 0.19% 0.9% -
XYZ 58.53 71.05 61.67 -
YUV 213.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 187 230 194 0.19 0 0.16 0.10 129.77 0.46 0.82
Hex BB E6 C2 13 0 10 A 82 2E 52
Octal 273 346 302 23 0 20 12 202 56 122
Binary 10111011 11100110 11000010 10011 0 10000 1010 10000010 101110 1010010

Color Harmonies of #BBE6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE6C2

Black with #BBE6C2

Text Example


Text Example

White with #BBE6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE6C2; }

 p { color: rgb(187,230,194); }

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

background-color css

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

 a { background-color: rgb(187,230,194); }

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

border-color css

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

 span { border-color: rgb(187,230,194); }

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