Html Css Color HEX #BBF7C0 Fringy Flower

📋 copy color: '#BBF7C0'

red 187 ◦ green 247 ◦ blue 192

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

Shades of Fringy Flower #BBF7C0

Tints of Fringy Flower #BBF7C0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.46%

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

R = 29.87%
G = 39.46%
B = 30.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#BBF7C0 (or 0xBBF7C0) is known color: Fringy Flower. HEX triplet: BB, F7 and C0. RGB value is (187,247,192). Sum of RGB (Red+Green+Blue) = 187+247+192=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 247 (96.88% from 255 or 39.46% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7C0 is #44083F. Grayscale: #DEDEDE. Windows color (decimal): -4458560 or 12646331. OLE color: 12646331.

HSL color Cylindrical-coordinate representation of color #BBF7C0: hue angle of 125º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF7C0 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 247 192 -
CMYK 0.24 0 0.22 0.03
HSL 125º 0.79% 0.85% -
HSV(B) 125º 0.24% 0.97% -
XYZ 63.27 80.89 62.15 -
YUV 222.79 110.62 102.47 -
System Red Green Blue C M Y K H S L
Decimal 187 247 192 0.24 0 0.22 0.03 125 0.79 0.85
Hex BB F7 C0 18 0 16 3 7D 4F 55
Octal 273 367 300 30 0 26 3 175 117 125
Binary 10111011 11110111 11000000 11000 0 10110 11 1111101 1001111 1010101

Color Harmonies of #BBF7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF7C0

Black with #BBF7C0

Text Example


Text Example

White with #BBF7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF7C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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