Html Css Color HEX #BACEF3 Periwinkle

📋 copy color: '#BACEF3'

red 186 ◦ green 206 ◦ blue 243

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

Shades of Periwinkle #BACEF3

Tints of Periwinkle #BACEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.27%

R = 29.29%
G = 32.44%
B = 38.27%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BACEF3 (or 0xBACEF3) is known color: Periwinkle. HEX triplet: BA, CE and F3. RGB value is (186,206,243). Sum of RGB (Red+Green+Blue) = 186+206+243=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #BACEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEF3 is #45310C. Grayscale: #CCCCCC. Windows color (decimal): -4534541 or 15978170. OLE color: 15978170.

HSL color Cylindrical-coordinate representation of color #BACEF3: hue angle of 218.95º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACEF3 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 206 243 -
CMYK 0.23 0.15 0 0.05
HSL 218.95º 0.7% 0.84% -
HSV(B) 218.95º 0.23% 0.95% -
XYZ 58.5 61.05 93.5 -
YUV 204.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 186 206 243 0.23 0.15 0 0.05 218.95 0.7 0.84
Hex BA CE F3 17 F 0 5 DB 46 54
Octal 272 316 363 27 17 0 5 333 106 124
Binary 10111010 11001110 11110011 10111 1111 0 101 11011011 1000110 1010100

Color Harmonies of #BACEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEF3

Black with #BACEF3

Text Example


Text Example

White with #BACEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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