Html Css Color HEX #BAFABB Fringy Flower

📋 copy color: '#BAFABB'

red 186 ◦ green 250 ◦ blue 187

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

Shades of Fringy Flower #BAFABB

Tints of Fringy Flower #BAFABB

RGB

 RED value IS 186 (73.05% from 255) = 29.86%

 GREEN value IS 250 (98.05% from 255) = 40.13%

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

R = 29.86%
G = 40.13%
B = 30.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#BAFABB (or 0xBAFABB) is known color: Fringy Flower. HEX triplet: BA, FA and BB. RGB value is (186,250,187). Sum of RGB (Red+Green+Blue) = 186+250+187=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFABB is #450544. Grayscale: #DFDFDF. Windows color (decimal): -4523333 or 12319418. OLE color: 12319418.

HSL color Cylindrical-coordinate representation of color #BAFABB: hue angle of 120.94º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFABB is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 250 187 -
CMYK 0.26 0 0.25 0.02
HSL 120.94º 0.86% 0.85% -
HSV(B) 120.94º 0.26% 0.98% -
XYZ 63.4 82.4 59.58 -
YUV 223.68 107.3 101.12 -
System Red Green Blue C M Y K H S L
Decimal 186 250 187 0.26 0 0.25 0.02 120.94 0.86 0.85
Hex BA FA BB 1A 0 19 2 79 56 55
Octal 272 372 273 32 0 31 2 171 126 125
Binary 10111010 11111010 10111011 11010 0 11001 10 1111001 1010110 1010101

Color Harmonies of #BAFABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFABB

Black with #BAFABB

Text Example


Text Example

White with #BAFABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFABB; }

 p { color: rgb(186,250,187); }

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

background-color css

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

 a { background-color: rgb(186,250,187); }

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

border-color css

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

 span { border-color: rgb(186,250,187); }

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