Html Css Color HEX #BBEFC1 Fringy Flower

📋 copy color: '#BBEFC1'

red 187 ◦ green 239 ◦ blue 193

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

Shades of Fringy Flower #BBEFC1

Tints of Fringy Flower #BBEFC1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.61%

 BLUE value IS 193 (75.78% from 255) = 31.18%

R = 30.21%
G = 38.61%
B = 31.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#BBEFC1 (or 0xBBEFC1) is known color: Fringy Flower. HEX triplet: BB, EF and C1. RGB value is (187,239,193). Sum of RGB (Red+Green+Blue) = 187+239+193=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFC1 is #44103E. Grayscale: #DADADA. Windows color (decimal): -4460607 or 12709819. OLE color: 12709819.

HSL color Cylindrical-coordinate representation of color #BBEFC1: hue angle of 126.92º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFC1 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 239 193 -
CMYK 0.22 0 0.19 0.06
HSL 126.92º 0.62% 0.84% -
HSV(B) 126.92º 0.22% 0.94% -
XYZ 60.99 76.15 61.94 -
YUV 218.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 187 239 193 0.22 0 0.19 0.06 126.92 0.62 0.84
Hex BB EF C1 16 0 13 6 7F 3E 54
Octal 273 357 301 26 0 23 6 177 76 124
Binary 10111011 11101111 11000001 10110 0 10011 110 1111111 111110 1010100

Color Harmonies of #BBEFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFC1

Black with #BBEFC1

Text Example


Text Example

White with #BBEFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFC1; }

 p { color: rgb(187,239,193); }

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

background-color css

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

 a { background-color: rgb(187,239,193); }

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

border-color css

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

 span { border-color: rgb(187,239,193); }

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