Html Css Color HEX #BACCE9 Periwinkle

📋 copy color: '#BACCE9'

red 186 ◦ green 204 ◦ blue 233

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

Shades of Periwinkle #BACCE9

Tints of Periwinkle #BACCE9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.74%

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

R = 29.86%
G = 32.74%
B = 37.4%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BACCE9 (or 0xBACCE9) is known color: Periwinkle. HEX triplet: BA, CC and E9. RGB value is (186,204,233). Sum of RGB (Red+Green+Blue) = 186+204+233=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #BACCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCE9 is #453316. Grayscale: #C9C9C9. Windows color (decimal): -4535063 or 15322298. OLE color: 15322298.

HSL color Cylindrical-coordinate representation of color #BACCE9: hue angle of 217.02º 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 #BACCE9 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 204 233 -
CMYK 0.20 0.12 0 0.09
HSL 217.02º 0.52% 0.82% -
HSV(B) 217.02º 0.2% 0.91% -
XYZ 56.55 59.51 85.6 -
YUV 201.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 186 204 233 0.20 0.12 0 0.09 217.02 0.52 0.82
Hex BA CC E9 14 C 0 9 D9 34 52
Octal 272 314 351 24 14 0 11 331 64 122
Binary 10111010 11001100 11101001 10100 1100 0 1001 11011001 110100 1010010

Color Harmonies of #BACCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCE9

Black with #BACCE9

Text Example


Text Example

White with #BACCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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