Html Css Color HEX #BAC8EA Periwinkle

📋 copy color: '#BAC8EA'

red 186 ◦ green 200 ◦ blue 234

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

Shades of Periwinkle #BAC8EA

Tints of Periwinkle #BAC8EA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.26%

 BLUE value IS 234 (91.8% from 255) = 37.74%

R = 30%
G = 32.26%
B = 37.74%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAC8EA (or 0xBAC8EA) is known color: Periwinkle. HEX triplet: BA, C8 and EA. RGB value is (186,200,234). Sum of RGB (Red+Green+Blue) = 186+200+234=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAC8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8EA is #453715. Grayscale: #C7C7C7. Windows color (decimal): -4536086 or 15386810. OLE color: 15386810.

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

Color convert

RGB 186 200 234 -
CMYK 0.21 0.15 0 0.08
HSL 222.5º 0.53% 0.82% -
HSV(B) 222.5º 0.21% 0.92% -
XYZ 55.76 57.69 86.04 -
YUV 199.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 186 200 234 0.21 0.15 0 0.08 222.5 0.53 0.82
Hex BA C8 EA 15 F 0 8 DE 35 52
Octal 272 310 352 25 17 0 10 336 65 122
Binary 10111010 11001000 11101010 10101 1111 0 1000 11011110 110101 1010010

Color Harmonies of #BAC8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC8EA

Black with #BAC8EA

Text Example


Text Example

White with #BAC8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC8EA; }

 p { color: rgb(186,200,234); }

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

background-color css

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

 a { background-color: rgb(186,200,234); }

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

border-color css

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

 span { border-color: rgb(186,200,234); }

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