Html Css Color HEX #BACCEA Periwinkle

📋 copy color: '#BACCEA'

red 186 ◦ green 204 ◦ blue 234

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

Shades of Periwinkle #BACCEA

Tints of Periwinkle #BACCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.69%

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

R = 29.81%
G = 32.69%
B = 37.5%

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

#BACCEA (or 0xBACCEA) is known color: Periwinkle. HEX triplet: BA, CC and EA. RGB value is (186,204,234). Sum of RGB (Red+Green+Blue) = 186+204+234=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #BACCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCEA is #453315. Grayscale: #C9C9C9. Windows color (decimal): -4535062 or 15387834. OLE color: 15387834.

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

Color convert

RGB 186 204 234 -
CMYK 0.21 0.13 0 0.08
HSL 217.5º 0.53% 0.82% -
HSV(B) 217.5º 0.21% 0.92% -
XYZ 56.69 59.57 86.35 -
YUV 202.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 186 204 234 0.21 0.13 0 0.08 217.5 0.53 0.82
Hex BA CC EA 15 D 0 8 DA 35 52
Octal 272 314 352 25 15 0 10 332 65 122
Binary 10111010 11001100 11101010 10101 1101 0 1000 11011010 110101 1010010

Color Harmonies of #BACCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCEA

Black with #BACCEA

Text Example


Text Example

White with #BACCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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