Html Css Color HEX #BACBFB Periwinkle

📋 copy color: '#BACBFB'

red 186 ◦ green 203 ◦ blue 251

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

Shades of Periwinkle #BACBFB

Tints of Periwinkle #BACBFB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.72%

 BLUE value IS 251 (98.44% from 255) = 39.22%

R = 29.06%
G = 31.72%
B = 39.22%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BACBFB (or 0xBACBFB) is known color: Periwinkle. HEX triplet: BA, CB and FB. RGB value is (186,203,251). Sum of RGB (Red+Green+Blue) = 186+203+251=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #BACBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBFB is #453404. Grayscale: #CBCBCB. Windows color (decimal): -4535301 or 16501690. OLE color: 16501690.

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

Color convert

RGB 186 203 251 -
CMYK 0.26 0.19 0 0.02
HSL 224.31º 0.89% 0.86% -
HSV(B) 224.31º 0.26% 0.98% -
XYZ 59.02 60.12 99.76 -
YUV 203.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 186 203 251 0.26 0.19 0 0.02 224.31 0.89 0.86
Hex BA CB FB 1A 13 0 2 E0 59 56
Octal 272 313 373 32 23 0 2 340 131 126
Binary 10111010 11001011 11111011 11010 10011 0 10 11100000 1011001 1010110

Color Harmonies of #BACBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBFB

Black with #BACBFB

Text Example


Text Example

White with #BACBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBFB; }

 p { color: rgb(186,203,251); }

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

background-color css

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

 a { background-color: rgb(186,203,251); }

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

border-color css

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

 span { border-color: rgb(186,203,251); }

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