Html Css Color HEX #BCCDE4 Periwinkle

📋 copy color: '#BCCDE4'

red 188 ◦ green 205 ◦ blue 228

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

Shades of Periwinkle #BCCDE4

Tints of Periwinkle #BCCDE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.71%

R = 30.27%
G = 33.01%
B = 36.71%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCCDE4 (or 0xBCCDE4) is known color: Periwinkle. HEX triplet: BC, CD and E4. RGB value is (188,205,228). Sum of RGB (Red+Green+Blue) = 188+205+228=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCCDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDE4 is #43321B. Grayscale: #CACACA. Windows color (decimal): -4403740 or 14994876. OLE color: 14994876.

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

Color convert

RGB 188 205 228 -
CMYK 0.18 0.10 0 0.11
HSL 214.5º 0.43% 0.82% -
HSV(B) 214.5º 0.18% 0.89% -
XYZ 56.57 59.96 81.99 -
YUV 202.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 188 205 228 0.18 0.10 0 0.11 214.5 0.43 0.82
Hex BC CD E4 12 A 0 B D6 2B 52
Octal 274 315 344 22 12 0 13 326 53 122
Binary 10111100 11001101 11100100 10010 1010 0 1011 11010110 101011 1010010

Color Harmonies of #BCCDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDE4

Black with #BCCDE4

Text Example


Text Example

White with #BCCDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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