Html Css Color HEX #BCCDFF Periwinkle

📋 copy color: '#BCCDFF'

red 188 ◦ green 205 ◦ blue 255

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

Shades of Periwinkle #BCCDFF

Tints of Periwinkle #BCCDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.64%

 BLUE value IS 255 (100% from 255) = 39.35%

R = 29.01%
G = 31.64%
B = 39.35%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCCDFF (or 0xBCCDFF) is known color: Periwinkle. HEX triplet: BC, CD and FF. RGB value is (188,205,255). Sum of RGB (Red+Green+Blue) = 188+205+255=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCCDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDFF is #433200. Grayscale: #CDCDCD. Windows color (decimal): -4403713 or 16764348. OLE color: 16764348.

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

Color convert

RGB 188 205 255 -
CMYK 0.26 0.20 0 0
HSL 224.78º 1% 0.87% -
HSV(B) 224.78º 0.26% 1% -
XYZ 60.62 61.57 103.3 -
YUV 205.62 155.87 115.43 -
System Red Green Blue C M Y K H S L
Decimal 188 205 255 0.26 0.20 0 0 224.78 1 0.87
Hex BC CD FF 1A 14 0 0 E1 64 57
Octal 274 315 377 32 24 0 0 341 144 127
Binary 10111100 11001101 11111111 11010 10100 0 0 11100001 1100100 1010111

Color Harmonies of #BCCDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDFF

Black with #BCCDFF

Text Example


Text Example

White with #BCCDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDFF; }

 p { color: rgb(188,205,255); }

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

background-color css

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

 a { background-color: rgb(188,205,255); }

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

border-color css

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

 span { border-color: rgb(188,205,255); }

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