Html Css Color HEX #BACBE5 Periwinkle

📋 copy color: '#BACBE5'

red 186 ◦ green 203 ◦ blue 229

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

Shades of Periwinkle #BACBE5

Tints of Periwinkle #BACBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.06%

R = 30.1%
G = 32.85%
B = 37.06%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BACBE5 (or 0xBACBE5) is known color: Periwinkle. HEX triplet: BA, CB and E5. RGB value is (186,203,229). Sum of RGB (Red+Green+Blue) = 186+203+229=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #BACBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBE5 is #45341A. Grayscale: #C8C8C8. Windows color (decimal): -4535323 or 15059898. OLE color: 15059898.

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

Color convert

RGB 186 203 229 -
CMYK 0.19 0.11 0 0.10
HSL 216.28º 0.45% 0.81% -
HSV(B) 216.28º 0.19% 0.9% -
XYZ 55.75 58.81 82.54 -
YUV 200.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 186 203 229 0.19 0.11 0 0.10 216.28 0.45 0.81
Hex BA CB E5 13 B 0 A D8 2D 51
Octal 272 313 345 23 13 0 12 330 55 121
Binary 10111010 11001011 11100101 10011 1011 0 1010 11011000 101101 1010001

Color Harmonies of #BACBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBE5

Black with #BACBE5

Text Example


Text Example

White with #BACBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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