Html Css Color HEX #BBE9C3 Fringy Flower

📋 copy color: '#BBE9C3'

red 187 ◦ green 233 ◦ blue 195

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

Shades of Fringy Flower #BBE9C3

Tints of Fringy Flower #BBE9C3

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.89%

 BLUE value IS 195 (76.56% from 255) = 31.71%

R = 30.41%
G = 37.89%
B = 31.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#BBE9C3 (or 0xBBE9C3) is known color: Fringy Flower. HEX triplet: BB, E9 and C3. RGB value is (187,233,195). Sum of RGB (Red+Green+Blue) = 187+233+195=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9C3 is #44163C. Grayscale: #D7D7D7. Windows color (decimal): -4462141 or 12839355. OLE color: 12839355.

HSL color Cylindrical-coordinate representation of color #BBE9C3: hue angle of 130.43º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9C3 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 233 195 -
CMYK 0.20 0 0.16 0.09
HSL 130.43º 0.51% 0.82% -
HSV(B) 130.43º 0.2% 0.91% -
XYZ 59.48 72.78 62.54 -
YUV 214.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 187 233 195 0.20 0 0.16 0.09 130.43 0.51 0.82
Hex BB E9 C3 14 0 10 9 82 33 52
Octal 273 351 303 24 0 20 11 202 63 122
Binary 10111011 11101001 11000011 10100 0 10000 1001 10000010 110011 1010010

Color Harmonies of #BBE9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE9C3

Black with #BBE9C3

Text Example


Text Example

White with #BBE9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE9C3; }

 p { color: rgb(187,233,195); }

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

background-color css

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

 a { background-color: rgb(187,233,195); }

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

border-color css

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

 span { border-color: rgb(187,233,195); }

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