Html Css Color HEX #BACDF4 Periwinkle

📋 copy color: '#BACDF4'

red 186 ◦ green 205 ◦ blue 244

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

Shades of Periwinkle #BACDF4

Tints of Periwinkle #BACDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.43%

R = 29.29%
G = 32.28%
B = 38.43%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BACDF4 (or 0xBACDF4) is known color: Periwinkle. HEX triplet: BA, CD and F4. RGB value is (186,205,244). Sum of RGB (Red+Green+Blue) = 186+205+244=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 244 (95.70% from 255 or 38.43% from 635); Max value from RGB is 244 - color contains mainly: blue. Hex color #BACDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDF4 is #45320B. Grayscale: #CBCBCB. Windows color (decimal): -4534796 or 16043450. OLE color: 16043450.

HSL color Cylindrical-coordinate representation of color #BACDF4: hue angle of 220.34º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BACDF4 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 205 244 -
CMYK 0.24 0.16 0 0.04
HSL 220.34º 0.73% 0.84% -
HSV(B) 220.34º 0.24% 0.96% -
XYZ 58.41 60.63 94.21 -
YUV 203.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 186 205 244 0.24 0.16 0 0.04 220.34 0.73 0.84
Hex BA CD F4 18 10 0 4 DC 48 54
Octal 272 315 364 30 20 0 4 334 110 124
Binary 10111010 11001101 11110100 11000 10000 0 100 11011100 1001000 1010100

Color Harmonies of #BACDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDF4

Black with #BACDF4

Text Example


Text Example

White with #BACDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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