Html Css Color HEX #BCD3FE Periwinkle

📋 copy color: '#BCD3FE'

red 188 ◦ green 211 ◦ blue 254

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

Shades of Periwinkle #BCD3FE

Tints of Periwinkle #BCD3FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.9%

R = 28.79%
G = 32.31%
B = 38.9%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCD3FE (or 0xBCD3FE) is known color: Periwinkle. HEX triplet: BC, D3 and FE. RGB value is (188,211,254). Sum of RGB (Red+Green+Blue) = 188+211+254=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCD3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD3FE is #432C01. Grayscale: #D0D0D0. Windows color (decimal): -4402178 or 16700348. OLE color: 16700348.

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

Color convert

RGB 188 211 254 -
CMYK 0.26 0.17 0 0.00
HSL 219.09º 0.97% 0.87% -
HSV(B) 219.09º 0.26% 1% -
XYZ 61.92 64.44 102.94 -
YUV 209.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 188 211 254 0.26 0.17 0 0.00 219.09 0.97 0.87
Hex BC D3 FE 1A 11 0 0 DB 61 57
Octal 274 323 376 32 21 0 0 333 141 127
Binary 10111100 11010011 11111110 11010 10001 0 0 11011011 1100001 1010111

Color Harmonies of #BCD3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD3FE

Black with #BCD3FE

Text Example


Text Example

White with #BCD3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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