Html Css Color HEX #BBEFC2 Fringy Flower

📋 copy color: '#BBEFC2'

red 187 ◦ green 239 ◦ blue 194

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

Shades of Fringy Flower #BBEFC2

Tints of Fringy Flower #BBEFC2

RGB

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

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

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

R = 30.16%
G = 38.55%
B = 31.29%

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

#BBEFC2 (or 0xBBEFC2) is known color: Fringy Flower. HEX triplet: BB, EF and C2. RGB value is (187,239,194). Sum of RGB (Red+Green+Blue) = 187+239+194=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFC2 is #44103D. Grayscale: #DADADA. Windows color (decimal): -4460606 or 12775355. OLE color: 12775355.

HSL color Cylindrical-coordinate representation of color #BBEFC2: hue angle of 128.08º 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 #BBEFC2 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 239 194 -
CMYK 0.22 0 0.19 0.06
HSL 128.08º 0.62% 0.84% -
HSV(B) 128.08º 0.22% 0.94% -
XYZ 61.1 76.19 62.53 -
YUV 218.32 114.27 105.66 -
System Red Green Blue C M Y K H S L
Decimal 187 239 194 0.22 0 0.19 0.06 128.08 0.62 0.84
Hex BB EF C2 16 0 13 6 80 3E 54
Octal 273 357 302 26 0 23 6 200 76 124
Binary 10111011 11101111 11000010 10110 0 10011 110 10000000 111110 1010100

Color Harmonies of #BBEFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFC2

Black with #BBEFC2

Text Example


Text Example

White with #BBEFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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