Html Css Color HEX #BACEFA Periwinkle

📋 copy color: '#BACEFA'

red 186 ◦ green 206 ◦ blue 250

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

Shades of Periwinkle #BACEFA

Tints of Periwinkle #BACEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.94%

R = 28.97%
G = 32.09%
B = 38.94%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BACEFA (or 0xBACEFA) is known color: Periwinkle. HEX triplet: BA, CE and FA. RGB value is (186,206,250). Sum of RGB (Red+Green+Blue) = 186+206+250=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #BACEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEFA is #453105. Grayscale: #CCCCCC. Windows color (decimal): -4534534 or 16436922. OLE color: 16436922.

HSL color Cylindrical-coordinate representation of color #BACEFA: hue angle of 221.25º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BACEFA is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 206 250 -
CMYK 0.26 0.18 0 0.02
HSL 221.25º 0.86% 0.85% -
HSV(B) 221.25º 0.26% 0.98% -
XYZ 59.58 61.48 99.17 -
YUV 205.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 186 206 250 0.26 0.18 0 0.02 221.25 0.86 0.85
Hex BA CE FA 1A 12 0 2 DD 56 55
Octal 272 316 372 32 22 0 2 335 126 125
Binary 10111010 11001110 11111010 11010 10010 0 10 11011101 1010110 1010101

Color Harmonies of #BACEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEFA

Black with #BACEFA

Text Example


Text Example

White with #BACEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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