Html Css Color HEX #BACBEA Periwinkle

📋 copy color: '#BACBEA'

red 186 ◦ green 203 ◦ blue 234

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

Shades of Periwinkle #BACBEA

Tints of Periwinkle #BACBEA

RGB

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

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

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

R = 29.86%
G = 32.58%
B = 37.56%

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

#BACBEA (or 0xBACBEA) is known color: Periwinkle. HEX triplet: BA, CB and EA. RGB value is (186,203,234). Sum of RGB (Red+Green+Blue) = 186+203+234=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #BACBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBEA is #453415. Grayscale: #C9C9C9. Windows color (decimal): -4535318 or 15387578. OLE color: 15387578.

HSL color Cylindrical-coordinate representation of color #BACBEA: hue angle of 218.75º 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 #BACBEA is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 203 234 -
CMYK 0.21 0.13 0 0.08
HSL 218.75º 0.53% 0.82% -
HSV(B) 218.75º 0.21% 0.92% -
XYZ 56.46 59.09 86.27 -
YUV 201.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 186 203 234 0.21 0.13 0 0.08 218.75 0.53 0.82
Hex BA CB EA 15 D 0 8 DB 35 52
Octal 272 313 352 25 15 0 10 333 65 122
Binary 10111010 11001011 11101010 10101 1101 0 1000 11011011 110101 1010010

Color Harmonies of #BACBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBEA

Black with #BACBEA

Text Example


Text Example

White with #BACBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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