Html Css Color HEX #BACDF3 Periwinkle

📋 copy color: '#BACDF3'

red 186 ◦ green 205 ◦ blue 243

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

Shades of Periwinkle #BACDF3

Tints of Periwinkle #BACDF3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.33%

 BLUE value IS 243 (95.31% from 255) = 38.33%

R = 29.34%
G = 32.33%
B = 38.33%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BACDF3 (or 0xBACDF3) is known color: Periwinkle. HEX triplet: BA, CD and F3. RGB value is (186,205,243). Sum of RGB (Red+Green+Blue) = 186+205+243=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #BACDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDF3 is #45320C. Grayscale: #CBCBCB. Windows color (decimal): -4534797 or 15977914. OLE color: 15977914.

HSL color Cylindrical-coordinate representation of color #BACDF3: hue angle of 220º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACDF3 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 205 243 -
CMYK 0.23 0.16 0 0.05
HSL 220º 0.7% 0.84% -
HSV(B) 220º 0.23% 0.95% -
XYZ 58.26 60.57 93.42 -
YUV 203.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 186 205 243 0.23 0.16 0 0.05 220 0.7 0.84
Hex BA CD F3 17 10 0 5 DC 46 54
Octal 272 315 363 27 20 0 5 334 106 124
Binary 10111010 11001101 11110011 10111 10000 0 101 11011100 1000110 1010100

Color Harmonies of #BACDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDF3

Black with #BACDF3

Text Example


Text Example

White with #BACDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDF3; }

 p { color: rgb(186,205,243); }

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

background-color css

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

 a { background-color: rgb(186,205,243); }

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

border-color css

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

 span { border-color: rgb(186,205,243); }

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