Html Css Color HEX #BCCCFB Periwinkle

📋 copy color: '#BCCCFB'

red 188 ◦ green 204 ◦ blue 251

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

Shades of Periwinkle #BCCCFB

Tints of Periwinkle #BCCCFB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.73%

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

R = 29.24%
G = 31.73%
B = 39.04%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCCCFB (or 0xBCCCFB) is known color: Periwinkle. HEX triplet: BC, CC and FB. RGB value is (188,204,251). Sum of RGB (Red+Green+Blue) = 188+204+251=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCCCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCFB is #433304. Grayscale: #CCCCCC. Windows color (decimal): -4403973 or 16501948. OLE color: 16501948.

HSL color Cylindrical-coordinate representation of color #BCCCFB: hue angle of 224.76º degrees, saturation: 0.89, 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 #BCCCFB is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 204 251 -
CMYK 0.25 0.19 0 0.02
HSL 224.76º 0.89% 0.86% -
HSV(B) 224.76º 0.25% 0.98% -
XYZ 59.74 60.84 99.86 -
YUV 204.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 188 204 251 0.25 0.19 0 0.02 224.76 0.89 0.86
Hex BC CC FB 19 13 0 2 E1 59 56
Octal 274 314 373 31 23 0 2 341 131 126
Binary 10111100 11001100 11111011 11001 10011 0 10 11100001 1011001 1010110

Color Harmonies of #BCCCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCFB

Black with #BCCCFB

Text Example


Text Example

White with #BCCCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCFB; }

 p { color: rgb(188,204,251); }

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

background-color css

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

 a { background-color: rgb(188,204,251); }

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

border-color css

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

 span { border-color: rgb(188,204,251); }

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