Html Css Color HEX #BCCFFD Periwinkle

📋 copy color: '#BCCFFD'

red 188 ◦ green 207 ◦ blue 253

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

Shades of Periwinkle #BCCFFD

Tints of Periwinkle #BCCFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.94%

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

R = 29.01%
G = 31.94%
B = 39.04%

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

#BCCFFD (or 0xBCCFFD) is known color: Periwinkle. HEX triplet: BC, CF and FD. RGB value is (188,207,253). Sum of RGB (Red+Green+Blue) = 188+207+253=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCCFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFFD is #433002. Grayscale: #CECECE. Windows color (decimal): -4403203 or 16633788. OLE color: 16633788.

HSL color Cylindrical-coordinate representation of color #BCCFFD: hue angle of 222.46º 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 #BCCFFD is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 207 253 -
CMYK 0.26 0.18 0 0.01
HSL 222.46º 0.94% 0.86% -
HSV(B) 222.46º 0.26% 0.99% -
XYZ 60.78 62.41 101.77 -
YUV 206.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 188 207 253 0.26 0.18 0 0.01 222.46 0.94 0.86
Hex BC CF FD 1A 12 0 1 DE 5E 56
Octal 274 317 375 32 22 0 1 336 136 126
Binary 10111100 11001111 11111101 11010 10010 0 1 11011110 1011110 1010110

Color Harmonies of #BCCFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFFD

Black with #BCCFFD

Text Example


Text Example

White with #BCCFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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