Html Css Color HEX #BCCEE6 Periwinkle

📋 copy color: '#BCCEE6'

red 188 ◦ green 206 ◦ blue 230

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

Shades of Periwinkle #BCCEE6

Tints of Periwinkle #BCCEE6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.01%

 BLUE value IS 230 (90.23% from 255) = 36.86%

R = 30.13%
G = 33.01%
B = 36.86%

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

#BCCEE6 (or 0xBCCEE6) is known color: Periwinkle. HEX triplet: BC, CE and E6. RGB value is (188,206,230). Sum of RGB (Red+Green+Blue) = 188+206+230=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCCEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEE6 is #433119. Grayscale: #CBCBCB. Windows color (decimal): -4403482 or 15126204. OLE color: 15126204.

HSL color Cylindrical-coordinate representation of color #BCCEE6: hue angle of 214.29º degrees, saturation: 0.46, 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 #BCCEE6 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 206 230 -
CMYK 0.18 0.10 0 0.10
HSL 214.29º 0.46% 0.82% -
HSV(B) 214.29º 0.18% 0.9% -
XYZ 57.09 60.55 83.54 -
YUV 203.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 188 206 230 0.18 0.10 0 0.10 214.29 0.46 0.82
Hex BC CE E6 12 A 0 A D6 2E 52
Octal 274 316 346 22 12 0 12 326 56 122
Binary 10111100 11001110 11100110 10010 1010 0 1010 11010110 101110 1010010

Color Harmonies of #BCCEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEE6

Black with #BCCEE6

Text Example


Text Example

White with #BCCEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEE6; }

 p { color: rgb(188,206,230); }

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

background-color css

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

 a { background-color: rgb(188,206,230); }

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

border-color css

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

 span { border-color: rgb(188,206,230); }

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