Html Css Color HEX #BBEBC2 Fringy Flower

📋 copy color: '#BBEBC2'

red 187 ◦ green 235 ◦ blue 194

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

Shades of Fringy Flower #BBEBC2

Tints of Fringy Flower #BBEBC2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.15%

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

R = 30.36%
G = 38.15%
B = 31.49%

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

#BBEBC2 (or 0xBBEBC2) is known color: Fringy Flower. HEX triplet: BB, EB and C2. RGB value is (187,235,194). Sum of RGB (Red+Green+Blue) = 187+235+194=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBC2 is #44143D. Grayscale: #D8D8D8. Windows color (decimal): -4461630 or 12774331. OLE color: 12774331.

HSL color Cylindrical-coordinate representation of color #BBEBC2: hue angle of 128.75º degrees, saturation: 0.55, 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 #BBEBC2 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 235 194 -
CMYK 0.20 0 0.17 0.08
HSL 128.75º 0.55% 0.83% -
HSV(B) 128.75º 0.2% 0.92% -
XYZ 59.94 73.88 62.14 -
YUV 215.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 187 235 194 0.20 0 0.17 0.08 128.75 0.55 0.83
Hex BB EB C2 14 0 11 8 81 37 53
Octal 273 353 302 24 0 21 10 201 67 123
Binary 10111011 11101011 11000010 10100 0 10001 1000 10000001 110111 1010011

Color Harmonies of #BBEBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBC2

Black with #BBEBC2

Text Example


Text Example

White with #BBEBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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