Html Css Color HEX #BAC0D8 Periwinkle

📋 copy color: '#BAC0D8'

red 186 ◦ green 192 ◦ blue 216

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

Shades of Periwinkle #BAC0D8

Tints of Periwinkle #BAC0D8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.32%

 BLUE value IS 216 (84.77% from 255) = 36.36%

R = 31.31%
G = 32.32%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAC0D8 (or 0xBAC0D8) is known color: Periwinkle. HEX triplet: BA, C0 and D8. RGB value is (186,192,216). Sum of RGB (Red+Green+Blue) = 186+192+216=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAC0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0D8 is #453F27. Grayscale: #C0C0C0. Windows color (decimal): -4538152 or 14205114. OLE color: 14205114.

HSL color Cylindrical-coordinate representation of color #BAC0D8: hue angle of 228º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC0D8 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 192 216 -
CMYK 0.14 0.11 0 0.15
HSL 228º 0.28% 0.79% -
HSV(B) 228º 0.14% 0.85% -
XYZ 51.49 53.1 72.5 -
YUV 192.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 186 192 216 0.14 0.11 0 0.15 228 0.28 0.79
Hex BA C0 D8 E B 0 F E4 1C 4F
Octal 272 300 330 16 13 0 17 344 34 117
Binary 10111010 11000000 11011000 1110 1011 0 1111 11100100 11100 1001111

Color Harmonies of #BAC0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC0D8

Black with #BAC0D8

Text Example


Text Example

White with #BAC0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC0D8; }

 p { color: rgb(186,192,216); }

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

background-color css

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

 a { background-color: rgb(186,192,216); }

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

border-color css

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

 span { border-color: rgb(186,192,216); }

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