Html Css Color HEX #BBF3C1 Fringy Flower

📋 copy color: '#BBF3C1'

red 187 ◦ green 243 ◦ blue 193

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

Shades of Fringy Flower #BBF3C1

Tints of Fringy Flower #BBF3C1

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39%

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

R = 30.02%
G = 39%
B = 30.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#BBF3C1 (or 0xBBF3C1) is known color: Fringy Flower. HEX triplet: BB, F3 and C1. RGB value is (187,243,193). Sum of RGB (Red+Green+Blue) = 187+243+193=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3C1 is #440C3E. Grayscale: #DCDCDC. Windows color (decimal): -4459583 or 12710843. OLE color: 12710843.

HSL color Cylindrical-coordinate representation of color #BBF3C1: hue angle of 126.43º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF3C1 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 243 193 -
CMYK 0.23 0 0.21 0.05
HSL 126.43º 0.7% 0.84% -
HSV(B) 126.43º 0.23% 0.95% -
XYZ 62.17 78.52 62.33 -
YUV 220.56 112.45 104.07 -
System Red Green Blue C M Y K H S L
Decimal 187 243 193 0.23 0 0.21 0.05 126.43 0.7 0.84
Hex BB F3 C1 17 0 15 5 7E 46 54
Octal 273 363 301 27 0 25 5 176 106 124
Binary 10111011 11110011 11000001 10111 0 10101 101 1111110 1000110 1010100

Color Harmonies of #BBF3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF3C1

Black with #BBF3C1

Text Example


Text Example

White with #BBF3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF3C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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