Html Css Color HEX #BCD0FD Periwinkle

📋 copy color: '#BCD0FD'

red 188 ◦ green 208 ◦ blue 253

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

Shades of Periwinkle #BCD0FD

Tints of Periwinkle #BCD0FD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.05%

 BLUE value IS 253 (99.22% from 255) = 38.98%

R = 28.97%
G = 32.05%
B = 38.98%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCD0FD (or 0xBCD0FD) is known color: Periwinkle. HEX triplet: BC, D0 and FD. RGB value is (188,208,253). Sum of RGB (Red+Green+Blue) = 188+208+253=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCD0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0FD is #432F02. Grayscale: #CECECE. Windows color (decimal): -4402947 or 16634044. OLE color: 16634044.

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

Color convert

RGB 188 208 253 -
CMYK 0.26 0.18 0 0.01
HSL 221.54º 0.94% 0.86% -
HSV(B) 221.54º 0.26% 0.99% -
XYZ 61.02 62.89 101.85 -
YUV 207.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 188 208 253 0.26 0.18 0 0.01 221.54 0.94 0.86
Hex BC D0 FD 1A 12 0 1 DE 5E 56
Octal 274 320 375 32 22 0 1 336 136 126
Binary 10111100 11010000 11111101 11010 10010 0 1 11011110 1011110 1010110

Color Harmonies of #BCD0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0FD

Black with #BCD0FD

Text Example


Text Example

White with #BCD0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0FD; }

 p { color: rgb(188,208,253); }

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

background-color css

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

 a { background-color: rgb(188,208,253); }

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

border-color css

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

 span { border-color: rgb(188,208,253); }

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