Html Css Color HEX #BACEFF Periwinkle

📋 copy color: '#BACEFF'

red 186 ◦ green 206 ◦ blue 255

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

Shades of Periwinkle #BACEFF

Tints of Periwinkle #BACEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.84%

 BLUE value IS 255 (100% from 255) = 39.41%

R = 28.75%
G = 31.84%
B = 39.41%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BACEFF (or 0xBACEFF) is known color: Periwinkle. HEX triplet: BA, CE and FF. RGB value is (186,206,255). Sum of RGB (Red+Green+Blue) = 186+206+255=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #BACEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEFF is #453100. Grayscale: #CDCDCD. Windows color (decimal): -4534529 or 16764602. OLE color: 16764602.

HSL color Cylindrical-coordinate representation of color #BACEFF: hue angle of 222.61º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BACEFF is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 206 255 -
CMYK 0.27 0.19 0 0
HSL 222.61º 1% 0.86% -
HSV(B) 222.61º 0.27% 1% -
XYZ 60.37 61.8 103.35 -
YUV 205.61 155.87 114.02 -
System Red Green Blue C M Y K H S L
Decimal 186 206 255 0.27 0.19 0 0 222.61 1 0.86
Hex BA CE FF 1B 13 0 0 DF 64 56
Octal 272 316 377 33 23 0 0 337 144 126
Binary 10111010 11001110 11111111 11011 10011 0 0 11011111 1100100 1010110

Color Harmonies of #BACEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEFF

Black with #BACEFF

Text Example


Text Example

White with #BACEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEFF; }

 p { color: rgb(186,206,255); }

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

background-color css

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

 a { background-color: rgb(186,206,255); }

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

border-color css

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

 span { border-color: rgb(186,206,255); }

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