Html Css Color HEX #BCCDF6 Periwinkle

📋 copy color: '#BCCDF6'

red 188 ◦ green 205 ◦ blue 246

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

Shades of Periwinkle #BCCDF6

Tints of Periwinkle #BCCDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.5%

R = 29.42%
G = 32.08%
B = 38.5%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCCDF6 (or 0xBCCDF6) is known color: Periwinkle. HEX triplet: BC, CD and F6. RGB value is (188,205,246). Sum of RGB (Red+Green+Blue) = 188+205+246=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCCDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDF6 is #433209. Grayscale: #CCCCCC. Windows color (decimal): -4403722 or 16174524. OLE color: 16174524.

HSL color Cylindrical-coordinate representation of color #BCCDF6: hue angle of 222.41º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCCDF6 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 205 246 -
CMYK 0.24 0.17 0 0.04
HSL 222.41º 0.76% 0.85% -
HSV(B) 222.41º 0.24% 0.96% -
XYZ 59.2 61.01 95.84 -
YUV 204.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 188 205 246 0.24 0.17 0 0.04 222.41 0.76 0.85
Hex BC CD F6 18 11 0 4 DE 4C 55
Octal 274 315 366 30 21 0 4 336 114 125
Binary 10111100 11001101 11110110 11000 10001 0 100 11011110 1001100 1010101

Color Harmonies of #BCCDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDF6

Black with #BCCDF6

Text Example


Text Example

White with #BCCDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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