Html Css Color HEX #BACEF2 Periwinkle

📋 copy color: '#BACEF2'

red 186 ◦ green 206 ◦ blue 242

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

Shades of Periwinkle #BACEF2

Tints of Periwinkle #BACEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.17%

R = 29.34%
G = 32.49%
B = 38.17%

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

#BACEF2 (or 0xBACEF2) is known color: Periwinkle. HEX triplet: BA, CE and F2. RGB value is (186,206,242). Sum of RGB (Red+Green+Blue) = 186+206+242=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #BACEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEF2 is #45310D. Grayscale: #CBCBCB. Windows color (decimal): -4534542 or 15912634. OLE color: 15912634.

HSL color Cylindrical-coordinate representation of color #BACEF2: hue angle of 218.57º degrees, saturation: 0.68, 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 #BACEF2 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 206 242 -
CMYK 0.23 0.15 0 0.05
HSL 218.57º 0.68% 0.84% -
HSV(B) 218.57º 0.23% 0.95% -
XYZ 58.35 60.99 92.7 -
YUV 204.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 186 206 242 0.23 0.15 0 0.05 218.57 0.68 0.84
Hex BA CE F2 17 F 0 5 DB 44 54
Octal 272 316 362 27 17 0 5 333 104 124
Binary 10111010 11001110 11110010 10111 1111 0 101 11011011 1000100 1010100

Color Harmonies of #BACEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEF2

Black with #BACEF2

Text Example


Text Example

White with #BACEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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