Html Css Color HEX #BCD2FE Periwinkle

📋 copy color: '#BCD2FE'

red 188 ◦ green 210 ◦ blue 254

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

Shades of Periwinkle #BCD2FE

Tints of Periwinkle #BCD2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.21%

 BLUE value IS 254 (99.61% from 255) = 38.96%

R = 28.83%
G = 32.21%
B = 38.96%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCD2FE (or 0xBCD2FE) is known color: Periwinkle. HEX triplet: BC, D2 and FE. RGB value is (188,210,254). Sum of RGB (Red+Green+Blue) = 188+210+254=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCD2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2FE is #432D01. Grayscale: #D0D0D0. Windows color (decimal): -4402434 or 16700092. OLE color: 16700092.

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

Color convert

RGB 188 210 254 -
CMYK 0.26 0.17 0 0.00
HSL 220º 0.97% 0.87% -
HSV(B) 220º 0.26% 1% -
XYZ 61.68 63.94 102.86 -
YUV 208.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 188 210 254 0.26 0.17 0 0.00 220 0.97 0.87
Hex BC D2 FE 1A 11 0 0 DC 61 57
Octal 274 322 376 32 21 0 0 334 141 127
Binary 10111100 11010010 11111110 11010 10001 0 0 11011100 1100001 1010111

Color Harmonies of #BCD2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2FE

Black with #BCD2FE

Text Example


Text Example

White with #BCD2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2FE; }

 p { color: rgb(188,210,254); }

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

background-color css

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

 a { background-color: rgb(188,210,254); }

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

border-color css

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

 span { border-color: rgb(188,210,254); }

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