Html Css Color HEX #BACDF2 Periwinkle

📋 copy color: '#BACDF2'

red 186 ◦ green 205 ◦ blue 242

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

Shades of Periwinkle #BACDF2

Tints of Periwinkle #BACDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.23%

R = 29.38%
G = 32.39%
B = 38.23%

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

#BACDF2 (or 0xBACDF2) is known color: Periwinkle. HEX triplet: BA, CD and F2. RGB value is (186,205,242). Sum of RGB (Red+Green+Blue) = 186+205+242=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #BACDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDF2 is #45320D. Grayscale: #CBCBCB. Windows color (decimal): -4534798 or 15912378. OLE color: 15912378.

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

Color convert

RGB 186 205 242 -
CMYK 0.23 0.15 0 0.05
HSL 219.64º 0.68% 0.84% -
HSV(B) 219.64º 0.23% 0.95% -
XYZ 58.11 60.51 92.62 -
YUV 203.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 186 205 242 0.23 0.15 0 0.05 219.64 0.68 0.84
Hex BA CD F2 17 F 0 5 DC 44 54
Octal 272 315 362 27 17 0 5 334 104 124
Binary 10111010 11001101 11110010 10111 1111 0 101 11011100 1000100 1010100

Color Harmonies of #BACDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDF2

Black with #BACDF2

Text Example


Text Example

White with #BACDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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