Html Css Color HEX #BCCEEC Periwinkle

📋 copy color: '#BCCEEC'

red 188 ◦ green 206 ◦ blue 236

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

Shades of Periwinkle #BCCEEC

Tints of Periwinkle #BCCEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.46%

R = 29.84%
G = 32.7%
B = 37.46%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCCEEC (or 0xBCCEEC) is known color: Periwinkle. HEX triplet: BC, CE and EC. RGB value is (188,206,236). Sum of RGB (Red+Green+Blue) = 188+206+236=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCCEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEEC is #433113. Grayscale: #CBCBCB. Windows color (decimal): -4403476 or 15519420. OLE color: 15519420.

HSL color Cylindrical-coordinate representation of color #BCCEEC: hue angle of 217.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCEEC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 206 236 -
CMYK 0.20 0.13 0 0.07
HSL 217.5º 0.56% 0.83% -
HSV(B) 217.5º 0.2% 0.93% -
XYZ 57.95 60.89 88.06 -
YUV 204.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 188 206 236 0.20 0.13 0 0.07 217.5 0.56 0.83
Hex BC CE EC 14 D 0 7 DA 38 53
Octal 274 316 354 24 15 0 7 332 70 123
Binary 10111100 11001110 11101100 10100 1101 0 111 11011010 111000 1010011

Color Harmonies of #BCCEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEEC

Black with #BCCEEC

Text Example


Text Example

White with #BCCEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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