Html Css Color HEX #BCD3FF Periwinkle

📋 copy color: '#BCD3FF'

red 188 ◦ green 211 ◦ blue 255

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

Shades of Periwinkle #BCD3FF

Tints of Periwinkle #BCD3FF

RGB

 RED value IS 188 (73.83% from 255) = 28.75%

 GREEN value IS 211 (82.81% from 255) = 32.26%

 BLUE value IS 255 (100% from 255) = 38.99%

R = 28.75%
G = 32.26%
B = 38.99%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCD3FF (or 0xBCD3FF) is known color: Periwinkle. HEX triplet: BC, D3 and FF. RGB value is (188,211,255). Sum of RGB (Red+Green+Blue) = 188+211+255=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCD3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD3FF is #432C00. Grayscale: #D0D0D0. Windows color (decimal): -4402177 or 16765884. OLE color: 16765884.

HSL color Cylindrical-coordinate representation of color #BCD3FF: hue angle of 219.4º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD3FF is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 211 255 -
CMYK 0.26 0.17 0 0
HSL 219.4º 1% 0.87% -
HSV(B) 219.4º 0.26% 1% -
XYZ 62.08 64.5 103.79 -
YUV 209.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 188 211 255 0.26 0.17 0 0 219.4 1 0.87
Hex BC D3 FF 1A 11 0 0 DB 64 57
Octal 274 323 377 32 21 0 0 333 144 127
Binary 10111100 11010011 11111111 11010 10001 0 0 11011011 1100100 1010111

Color Harmonies of #BCD3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD3FF

Black with #BCD3FF

Text Example


Text Example

White with #BCD3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD3FF; }

 p { color: rgb(188,211,255); }

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

background-color css

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

 a { background-color: rgb(188,211,255); }

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

border-color css

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

 span { border-color: rgb(188,211,255); }

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