Html Css Color HEX #BACBF2 Periwinkle

📋 copy color: '#BACBF2'

red 186 ◦ green 203 ◦ blue 242

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

Shades of Periwinkle #BACBF2

Tints of Periwinkle #BACBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.35%

R = 29.48%
G = 32.17%
B = 38.35%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BACBF2 (or 0xBACBF2) is known color: Periwinkle. HEX triplet: BA, CB and F2. RGB value is (186,203,242). Sum of RGB (Red+Green+Blue) = 186+203+242=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #BACBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBF2 is #45340D. Grayscale: #CACACA. Windows color (decimal): -4535310 or 15911866. OLE color: 15911866.

HSL color Cylindrical-coordinate representation of color #BACBF2: hue angle of 221.79º degrees, saturation: 0.68, 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 #BACBF2 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 203 242 -
CMYK 0.23 0.16 0 0.05
HSL 221.79º 0.68% 0.84% -
HSV(B) 221.79º 0.23% 0.95% -
XYZ 57.63 59.56 92.46 -
YUV 202.36 150.37 116.33 -
System Red Green Blue C M Y K H S L
Decimal 186 203 242 0.23 0.16 0 0.05 221.79 0.68 0.84
Hex BA CB F2 17 10 0 5 DE 44 54
Octal 272 313 362 27 20 0 5 336 104 124
Binary 10111010 11001011 11110010 10111 10000 0 101 11011110 1000100 1010100

Color Harmonies of #BACBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBF2

Black with #BACBF2

Text Example


Text Example

White with #BACBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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