Html Css Color HEX #BBF0BC Fringy Flower

📋 copy color: '#BBF0BC'

red 187 ◦ green 240 ◦ blue 188

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

Shades of Fringy Flower #BBF0BC

Tints of Fringy Flower #BBF0BC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.02%

 BLUE value IS 188 (73.83% from 255) = 30.57%

R = 30.41%
G = 39.02%
B = 30.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#BBF0BC (or 0xBBF0BC) is known color: Fringy Flower. HEX triplet: BB, F0 and BC. RGB value is (187,240,188). Sum of RGB (Red+Green+Blue) = 187+240+188=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0BC is #440F43. Grayscale: #DADADA. Windows color (decimal): -4460356 or 12382395. OLE color: 12382395.

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

Color convert

RGB 187 240 188 -
CMYK 0.22 0 0.22 0.06
HSL 121.13º 0.64% 0.84% -
HSV(B) 121.13º 0.22% 0.94% -
XYZ 60.73 76.52 59.15 -
YUV 218.23 110.94 105.73 -
System Red Green Blue C M Y K H S L
Decimal 187 240 188 0.22 0 0.22 0.06 121.13 0.64 0.84
Hex BB F0 BC 16 0 16 6 79 40 54
Octal 273 360 274 26 0 26 6 171 100 124
Binary 10111011 11110000 10111100 10110 0 10110 110 1111001 1000000 1010100

Color Harmonies of #BBF0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0BC

Black with #BBF0BC

Text Example


Text Example

White with #BBF0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0BC; }

 p { color: rgb(187,240,188); }

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

background-color css

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

 a { background-color: rgb(187,240,188); }

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

border-color css

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

 span { border-color: rgb(187,240,188); }

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