Html Css Color HEX #BACBF3 Periwinkle

📋 copy color: '#BACBF3'

red 186 ◦ green 203 ◦ blue 243

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

Shades of Periwinkle #BACBF3

Tints of Periwinkle #BACBF3

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.12%

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

R = 29.43%
G = 32.12%
B = 38.45%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BACBF3 (or 0xBACBF3) is known color: Periwinkle. HEX triplet: BA, CB and F3. RGB value is (186,203,243). Sum of RGB (Red+Green+Blue) = 186+203+243=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #BACBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBF3 is #45340C. Grayscale: #CACACA. Windows color (decimal): -4535309 or 15977402. OLE color: 15977402.

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

Color convert

RGB 186 203 243 -
CMYK 0.23 0.16 0 0.05
HSL 222.11º 0.7% 0.84% -
HSV(B) 222.11º 0.23% 0.95% -
XYZ 57.78 59.62 93.26 -
YUV 202.48 150.87 116.25 -
System Red Green Blue C M Y K H S L
Decimal 186 203 243 0.23 0.16 0 0.05 222.11 0.7 0.84
Hex BA CB F3 17 10 0 5 DE 46 54
Octal 272 313 363 27 20 0 5 336 106 124
Binary 10111010 11001011 11110011 10111 10000 0 101 11011110 1000110 1010100

Color Harmonies of #BACBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBF3

Black with #BACBF3

Text Example


Text Example

White with #BACBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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