Html Css Color HEX #BACCF0 Periwinkle

📋 copy color: '#BACCF0'

red 186 ◦ green 204 ◦ blue 240

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

Shades of Periwinkle #BACCF0

Tints of Periwinkle #BACCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.1%

R = 29.52%
G = 32.38%
B = 38.1%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BACCF0 (or 0xBACCF0) is known color: Periwinkle. HEX triplet: BA, CC and F0. RGB value is (186,204,240). Sum of RGB (Red+Green+Blue) = 186+204+240=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #BACCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCF0 is #45330F. Grayscale: #CACACA. Windows color (decimal): -4535056 or 15781050. OLE color: 15781050.

HSL color Cylindrical-coordinate representation of color #BACCF0: hue angle of 220º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACCF0 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 204 240 -
CMYK 0.22 0.15 0 0.06
HSL 220º 0.64% 0.84% -
HSV(B) 220º 0.23% 0.94% -
XYZ 57.57 59.92 90.97 -
YUV 202.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 186 204 240 0.22 0.15 0 0.06 220 0.64 0.84
Hex BA CC F0 16 F 0 6 DC 40 54
Octal 272 314 360 26 17 0 6 334 100 124
Binary 10111010 11001100 11110000 10110 1111 0 110 11011100 1000000 1010100

Color Harmonies of #BACCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCF0

Black with #BACCF0

Text Example


Text Example

White with #BACCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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