Html Css Color HEX #BACDF1 Periwinkle

📋 copy color: '#BACDF1'

red 186 ◦ green 205 ◦ blue 241

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

Shades of Periwinkle #BACDF1

Tints of Periwinkle #BACDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.13%

R = 29.43%
G = 32.44%
B = 38.13%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BACDF1 (or 0xBACDF1) is known color: Periwinkle. HEX triplet: BA, CD and F1. RGB value is (186,205,241). Sum of RGB (Red+Green+Blue) = 186+205+241=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #BACDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDF1 is #45320E. Grayscale: #CBCBCB. Windows color (decimal): -4534799 or 15846842. OLE color: 15846842.

HSL color Cylindrical-coordinate representation of color #BACDF1: hue angle of 219.27º degrees, saturation: 0.66, 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 #BACDF1 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 205 241 -
CMYK 0.23 0.15 0 0.05
HSL 219.27º 0.66% 0.84% -
HSV(B) 219.27º 0.23% 0.95% -
XYZ 57.96 60.45 91.83 -
YUV 203.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 186 205 241 0.23 0.15 0 0.05 219.27 0.66 0.84
Hex BA CD F1 17 F 0 5 DB 42 54
Octal 272 315 361 27 17 0 5 333 102 124
Binary 10111010 11001101 11110001 10111 1111 0 101 11011011 1000010 1010100

Color Harmonies of #BACDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDF1

Black with #BACDF1

Text Example


Text Example

White with #BACDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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