Html Css Color HEX #BACBEC Periwinkle

📋 copy color: '#BACBEC'

red 186 ◦ green 203 ◦ blue 236

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

Shades of Periwinkle #BACBEC

Tints of Periwinkle #BACBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.48%

 BLUE value IS 236 (92.58% from 255) = 37.76%

R = 29.76%
G = 32.48%
B = 37.76%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BACBEC (or 0xBACBEC) is known color: Periwinkle. HEX triplet: BA, CB and EC. RGB value is (186,203,236). Sum of RGB (Red+Green+Blue) = 186+203+236=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #BACBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBEC is #453413. Grayscale: #C9C9C9. Windows color (decimal): -4535316 or 15518650. OLE color: 15518650.

HSL color Cylindrical-coordinate representation of color #BACBEC: hue angle of 219.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BACBEC is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 203 236 -
CMYK 0.21 0.14 0 0.07
HSL 219.6º 0.57% 0.83% -
HSV(B) 219.6º 0.21% 0.93% -
XYZ 56.75 59.21 87.79 -
YUV 201.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 186 203 236 0.21 0.14 0 0.07 219.6 0.57 0.83
Hex BA CB EC 15 E 0 7 DC 39 53
Octal 272 313 354 25 16 0 7 334 71 123
Binary 10111010 11001011 11101100 10101 1110 0 111 11011100 111001 1010011

Color Harmonies of #BACBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBEC

Black with #BACBEC

Text Example


Text Example

White with #BACBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBEC; }

 p { color: rgb(186,203,236); }

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

background-color css

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

 a { background-color: rgb(186,203,236); }

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

border-color css

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

 span { border-color: rgb(186,203,236); }

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