Html Css Color HEX #BCCDE5 Periwinkle

📋 copy color: '#BCCDE5'

red 188 ◦ green 205 ◦ blue 229

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

Shades of Periwinkle #BCCDE5

Tints of Periwinkle #BCCDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.82%

R = 30.23%
G = 32.96%
B = 36.82%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCCDE5 (or 0xBCCDE5) is known color: Periwinkle. HEX triplet: BC, CD and E5. RGB value is (188,205,229). Sum of RGB (Red+Green+Blue) = 188+205+229=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCCDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDE5 is #43321A. Grayscale: #CACACA. Windows color (decimal): -4403739 or 15060412. OLE color: 15060412.

HSL color Cylindrical-coordinate representation of color #BCCDE5: hue angle of 215.12º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCCDE5 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 205 229 -
CMYK 0.18 0.10 0 0.10
HSL 215.12º 0.44% 0.82% -
HSV(B) 215.12º 0.18% 0.9% -
XYZ 56.71 60.01 82.72 -
YUV 202.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 188 205 229 0.18 0.10 0 0.10 215.12 0.44 0.82
Hex BC CD E5 12 A 0 A D7 2C 52
Octal 274 315 345 22 12 0 12 327 54 122
Binary 10111100 11001101 11100101 10010 1010 0 1010 11010111 101100 1010010

Color Harmonies of #BCCDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDE5

Black with #BCCDE5

Text Example


Text Example

White with #BCCDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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