Html Css Color HEX #BACDEB Periwinkle

📋 copy color: '#BACDEB'

red 186 ◦ green 205 ◦ blue 235

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

Shades of Periwinkle #BACDEB

Tints of Periwinkle #BACDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.54%

R = 29.71%
G = 32.75%
B = 37.54%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BACDEB (or 0xBACDEB) is known color: Periwinkle. HEX triplet: BA, CD and EB. RGB value is (186,205,235). Sum of RGB (Red+Green+Blue) = 186+205+235=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #BACDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDEB is #453214. Grayscale: #CACACA. Windows color (decimal): -4534805 or 15453626. OLE color: 15453626.

HSL color Cylindrical-coordinate representation of color #BACDEB: hue angle of 216.73º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BACDEB is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 205 235 -
CMYK 0.21 0.13 0 0.08
HSL 216.73º 0.55% 0.83% -
HSV(B) 216.73º 0.21% 0.92% -
XYZ 57.08 60.1 87.19 -
YUV 202.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 186 205 235 0.21 0.13 0 0.08 216.73 0.55 0.83
Hex BA CD EB 15 D 0 8 D9 37 53
Octal 272 315 353 25 15 0 10 331 67 123
Binary 10111010 11001101 11101011 10101 1101 0 1000 11011001 110111 1010011

Color Harmonies of #BACDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDEB

Black with #BACDEB

Text Example


Text Example

White with #BACDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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