Html Css Color HEX #BACBE6 Periwinkle

📋 copy color: '#BACBE6'

red 186 ◦ green 203 ◦ blue 230

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

Shades of Periwinkle #BACBE6

Tints of Periwinkle #BACBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.16%

R = 30.05%
G = 32.79%
B = 37.16%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BACBE6 (or 0xBACBE6) is known color: Periwinkle. HEX triplet: BA, CB and E6. RGB value is (186,203,230). Sum of RGB (Red+Green+Blue) = 186+203+230=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 230 - color contains mainly: blue. Hex color #BACBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBE6 is #453419. Grayscale: #C8C8C8. Windows color (decimal): -4535322 or 15125434. OLE color: 15125434.

HSL color Cylindrical-coordinate representation of color #BACBE6: hue angle of 216.82º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BACBE6 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 203 230 -
CMYK 0.19 0.12 0 0.10
HSL 216.82º 0.47% 0.82% -
HSV(B) 216.82º 0.19% 0.9% -
XYZ 55.89 58.86 83.28 -
YUV 201 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 186 203 230 0.19 0.12 0 0.10 216.82 0.47 0.82
Hex BA CB E6 13 C 0 A D9 2F 52
Octal 272 313 346 23 14 0 12 331 57 122
Binary 10111010 11001011 11100110 10011 1100 0 1010 11011001 101111 1010010

Color Harmonies of #BACBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBE6

Black with #BACBE6

Text Example


Text Example

White with #BACBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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