Html Css Color HEX #BCCFF6 Periwinkle

📋 copy color: '#BCCFF6'

red 188 ◦ green 207 ◦ blue 246

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

Shades of Periwinkle #BCCFF6

Tints of Periwinkle #BCCFF6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.29%

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

R = 29.33%
G = 32.29%
B = 38.38%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCCFF6 (or 0xBCCFF6) is known color: Periwinkle. HEX triplet: BC, CF and F6. RGB value is (188,207,246). Sum of RGB (Red+Green+Blue) = 188+207+246=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCCFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFF6 is #433009. Grayscale: #CDCDCD. Windows color (decimal): -4403210 or 16175036. OLE color: 16175036.

HSL color Cylindrical-coordinate representation of color #BCCFF6: hue angle of 220.34º 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 #BCCFF6 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 207 246 -
CMYK 0.24 0.16 0 0.04
HSL 220.34º 0.76% 0.85% -
HSV(B) 220.34º 0.24% 0.96% -
XYZ 59.69 61.97 96 -
YUV 205.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 188 207 246 0.24 0.16 0 0.04 220.34 0.76 0.85
Hex BC CF F6 18 10 0 4 DC 4C 55
Octal 274 317 366 30 20 0 4 334 114 125
Binary 10111100 11001111 11110110 11000 10000 0 100 11011100 1001100 1010101

Color Harmonies of #BCCFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFF6

Black with #BCCFF6

Text Example


Text Example

White with #BCCFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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