Html Css Color HEX #BACDFB Periwinkle

📋 copy color: '#BACDFB'

red 186 ◦ green 205 ◦ blue 251

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

Shades of Periwinkle #BACDFB

Tints of Periwinkle #BACDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.93%

 BLUE value IS 251 (98.44% from 255) = 39.1%

R = 28.97%
G = 31.93%
B = 39.1%

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

#BACDFB (or 0xBACDFB) is known color: Periwinkle. HEX triplet: BA, CD and FB. RGB value is (186,205,251). Sum of RGB (Red+Green+Blue) = 186+205+251=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #BACDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDFB is #453204. Grayscale: #CCCCCC. Windows color (decimal): -4534789 or 16502202. OLE color: 16502202.

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

Color convert

RGB 186 205 251 -
CMYK 0.26 0.18 0 0.02
HSL 222.46º 0.89% 0.86% -
HSV(B) 222.46º 0.26% 0.98% -
XYZ 59.49 61.07 99.92 -
YUV 204.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 186 205 251 0.26 0.18 0 0.02 222.46 0.89 0.86
Hex BA CD FB 1A 12 0 2 DE 59 56
Octal 272 315 373 32 22 0 2 336 131 126
Binary 10111010 11001101 11111011 11010 10010 0 10 11011110 1011001 1010110

Color Harmonies of #BACDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDFB

Black with #BACDFB

Text Example


Text Example

White with #BACDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDFB; }

 p { color: rgb(186,205,251); }

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

background-color css

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

 a { background-color: rgb(186,205,251); }

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

border-color css

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

 span { border-color: rgb(186,205,251); }

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