Html Css Color HEX #BBE7C2 Fringy Flower

📋 copy color: '#BBE7C2'

red 187 ◦ green 231 ◦ blue 194

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

Shades of Fringy Flower #BBE7C2

Tints of Fringy Flower #BBE7C2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.75%

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

R = 30.56%
G = 37.75%
B = 31.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#BBE7C2 (or 0xBBE7C2) is known color: Fringy Flower. HEX triplet: BB, E7 and C2. RGB value is (187,231,194). Sum of RGB (Red+Green+Blue) = 187+231+194=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7C2 is #44183D. Grayscale: #D5D5D5. Windows color (decimal): -4462654 or 12773307. OLE color: 12773307.

HSL color Cylindrical-coordinate representation of color #BBE7C2: hue angle of 129.55º degrees, saturation: 0.48, 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 #BBE7C2 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 231 194 -
CMYK 0.19 0 0.16 0.09
HSL 129.55º 0.48% 0.82% -
HSV(B) 129.55º 0.19% 0.91% -
XYZ 58.81 71.61 61.76 -
YUV 213.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 187 231 194 0.19 0 0.16 0.09 129.55 0.48 0.82
Hex BB E7 C2 13 0 10 9 82 30 52
Octal 273 347 302 23 0 20 11 202 60 122
Binary 10111011 11100111 11000010 10011 0 10000 1001 10000010 110000 1010010

Color Harmonies of #BBE7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7C2

Black with #BBE7C2

Text Example


Text Example

White with #BBE7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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