Html Css Color HEX #BACDEF Periwinkle

📋 copy color: '#BACDEF'

red 186 ◦ green 205 ◦ blue 239

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

Shades of Periwinkle #BACDEF

Tints of Periwinkle #BACDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.94%

R = 29.52%
G = 32.54%
B = 37.94%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BACDEF (or 0xBACDEF) is known color: Periwinkle. HEX triplet: BA, CD and EF. RGB value is (186,205,239). Sum of RGB (Red+Green+Blue) = 186+205+239=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #BACDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDEF is #453210. Grayscale: #CBCBCB. Windows color (decimal): -4534801 or 15715770. OLE color: 15715770.

HSL color Cylindrical-coordinate representation of color #BACDEF: hue angle of 218.49º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BACDEF is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 205 239 -
CMYK 0.22 0.14 0 0.06
HSL 218.49º 0.62% 0.83% -
HSV(B) 218.49º 0.22% 0.94% -
XYZ 57.66 60.33 90.27 -
YUV 203.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 186 205 239 0.22 0.14 0 0.06 218.49 0.62 0.83
Hex BA CD EF 16 E 0 6 DA 3E 53
Octal 272 315 357 26 16 0 6 332 76 123
Binary 10111010 11001101 11101111 10110 1110 0 110 11011010 111110 1010011

Color Harmonies of #BACDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDEF

Black with #BACDEF

Text Example


Text Example

White with #BACDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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