Html Css Color HEX #BCD3FA Periwinkle

📋 copy color: '#BCD3FA'

red 188 ◦ green 211 ◦ blue 250

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

Shades of Periwinkle #BCD3FA

Tints of Periwinkle #BCD3FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.52%

R = 28.97%
G = 32.51%
B = 38.52%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCD3FA (or 0xBCD3FA) is known color: Periwinkle. HEX triplet: BC, D3 and FA. RGB value is (188,211,250). Sum of RGB (Red+Green+Blue) = 188+211+250=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCD3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD3FA is #432C05. Grayscale: #D0D0D0. Windows color (decimal): -4402182 or 16438204. OLE color: 16438204.

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

Color convert

RGB 188 211 250 -
CMYK 0.25 0.16 0 0.02
HSL 217.74º 0.86% 0.86% -
HSV(B) 217.74º 0.25% 0.98% -
XYZ 61.29 64.18 99.6 -
YUV 208.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 188 211 250 0.25 0.16 0 0.02 217.74 0.86 0.86
Hex BC D3 FA 19 10 0 2 DA 56 56
Octal 274 323 372 31 20 0 2 332 126 126
Binary 10111100 11010011 11111010 11001 10000 0 10 11011010 1010110 1010110

Color Harmonies of #BCD3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD3FA

Black with #BCD3FA

Text Example


Text Example

White with #BCD3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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