Html Css Color HEX #BACDFF Periwinkle

📋 copy color: '#BACDFF'

red 186 ◦ green 205 ◦ blue 255

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

Shades of Periwinkle #BACDFF

Tints of Periwinkle #BACDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.47%

R = 28.79%
G = 31.73%
B = 39.47%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BACDFF (or 0xBACDFF) is known color: Periwinkle. HEX triplet: BA, CD and FF. RGB value is (186,205,255). Sum of RGB (Red+Green+Blue) = 186+205+255=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #BACDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDFF is #453200. Grayscale: #CCCCCC. Windows color (decimal): -4534785 or 16764346. OLE color: 16764346.

HSL color Cylindrical-coordinate representation of color #BACDFF: hue angle of 223.48º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BACDFF is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 205 255 -
CMYK 0.27 0.20 0 0
HSL 223.48º 1% 0.86% -
HSV(B) 223.48º 0.27% 1% -
XYZ 60.13 61.32 103.27 -
YUV 205.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 186 205 255 0.27 0.20 0 0 223.48 1 0.86
Hex BA CD FF 1B 14 0 0 DF 64 56
Octal 272 315 377 33 24 0 0 337 144 126
Binary 10111010 11001101 11111111 11011 10100 0 0 11011111 1100100 1010110

Color Harmonies of #BACDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDFF

Black with #BACDFF

Text Example


Text Example

White with #BACDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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