Html Css Color HEX #BBEFC0 Fringy Flower

📋 copy color: '#BBEFC0'

red 187 ◦ green 239 ◦ blue 192

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

Shades of Fringy Flower #BBEFC0

Tints of Fringy Flower #BBEFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.07%

R = 30.26%
G = 38.67%
B = 31.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#BBEFC0 (or 0xBBEFC0) is known color: Fringy Flower. HEX triplet: BB, EF and C0. RGB value is (187,239,192). Sum of RGB (Red+Green+Blue) = 187+239+192=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFC0 is #44103F. Grayscale: #DADADA. Windows color (decimal): -4460608 or 12644283. OLE color: 12644283.

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

Color convert

RGB 187 239 192 -
CMYK 0.22 0 0.20 0.06
HSL 125.77º 0.62% 0.84% -
HSV(B) 125.77º 0.22% 0.94% -
XYZ 60.87 76.1 61.35 -
YUV 218.09 113.27 105.82 -
System Red Green Blue C M Y K H S L
Decimal 187 239 192 0.22 0 0.20 0.06 125.77 0.62 0.84
Hex BB EF C0 16 0 14 6 7E 3E 54
Octal 273 357 300 26 0 24 6 176 76 124
Binary 10111011 11101111 11000000 10110 0 10100 110 1111110 111110 1010100

Color Harmonies of #BBEFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFC0

Black with #BBEFC0

Text Example


Text Example

White with #BBEFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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