Html Css Color HEX #BBEAC2 Fringy Flower

📋 copy color: '#BBEAC2'

red 187 ◦ green 234 ◦ blue 194

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

Shades of Fringy Flower #BBEAC2

Tints of Fringy Flower #BBEAC2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.05%

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

R = 30.41%
G = 38.05%
B = 31.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#BBEAC2 (or 0xBBEAC2) is known color: Fringy Flower. HEX triplet: BB, EA and C2. RGB value is (187,234,194). Sum of RGB (Red+Green+Blue) = 187+234+194=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAC2 is #44153D. Grayscale: #D7D7D7. Windows color (decimal): -4461886 or 12774075. OLE color: 12774075.

HSL color Cylindrical-coordinate representation of color #BBEAC2: hue angle of 128.94º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEAC2 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 194 -
CMYK 0.20 0 0.17 0.08
HSL 128.94º 0.53% 0.83% -
HSV(B) 128.94º 0.2% 0.92% -
XYZ 59.65 73.31 62.04 -
YUV 215.39 115.93 107.75 -
System Red Green Blue C M Y K H S L
Decimal 187 234 194 0.20 0 0.17 0.08 128.94 0.53 0.83
Hex BB EA C2 14 0 11 8 81 35 53
Octal 273 352 302 24 0 21 10 201 65 123
Binary 10111011 11101010 11000010 10100 0 10001 1000 10000001 110101 1010011

Color Harmonies of #BBEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAC2

Black with #BBEAC2

Text Example


Text Example

White with #BBEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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