Html Css Color HEX #BACBE9 Periwinkle

📋 copy color: '#BACBE9'

red 186 ◦ green 203 ◦ blue 233

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

Shades of Periwinkle #BACBE9

Tints of Periwinkle #BACBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.46%

R = 29.9%
G = 32.64%
B = 37.46%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BACBE9 (or 0xBACBE9) is known color: Periwinkle. HEX triplet: BA, CB and E9. RGB value is (186,203,233). Sum of RGB (Red+Green+Blue) = 186+203+233=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #BACBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBE9 is #453416. Grayscale: #C9C9C9. Windows color (decimal): -4535319 or 15322042. OLE color: 15322042.

HSL color Cylindrical-coordinate representation of color #BACBE9: hue angle of 218.3º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BACBE9 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 203 233 -
CMYK 0.20 0.13 0 0.09
HSL 218.3º 0.52% 0.82% -
HSV(B) 218.3º 0.2% 0.91% -
XYZ 56.31 59.03 85.52 -
YUV 201.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 186 203 233 0.20 0.13 0 0.09 218.3 0.52 0.82
Hex BA CB E9 14 D 0 9 DA 34 52
Octal 272 313 351 24 15 0 11 332 64 122
Binary 10111010 11001011 11101001 10100 1101 0 1001 11011010 110100 1010010

Color Harmonies of #BACBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBE9

Black with #BACBE9

Text Example


Text Example

White with #BACBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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