Html Css Color HEX #B8C6EC Periwinkle

📋 copy color: '#B8C6EC'

red 184 ◦ green 198 ◦ blue 236

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

Shades of Periwinkle #B8C6EC

Tints of Periwinkle #B8C6EC

RGB

 RED value IS 184 (72.27% from 255) = 29.77%

 GREEN value IS 198 (77.73% from 255) = 32.04%

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

R = 29.77%
G = 32.04%
B = 38.19%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8C6EC (or 0xB8C6EC) is known color: Periwinkle. HEX triplet: B8, C6 and EC. RGB value is (184,198,236). Sum of RGB (Red+Green+Blue) = 184+198+236=618 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.77% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8C6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C6EC is #473913. Grayscale: #C5C5C5. Windows color (decimal): -4667668 or 15517368. OLE color: 15517368.

HSL color Cylindrical-coordinate representation of color #B8C6EC: hue angle of 223.85º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8C6EC is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 198 236 -
CMYK 0.22 0.16 0 0.07
HSL 223.85º 0.58% 0.82% -
HSV(B) 223.85º 0.22% 0.93% -
XYZ 55.1 56.63 87.38 -
YUV 198.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 184 198 236 0.22 0.16 0 0.07 223.85 0.58 0.82
Hex B8 C6 EC 16 10 0 7 E0 3A 52
Octal 270 306 354 26 20 0 7 340 72 122
Binary 10111000 11000110 11101100 10110 10000 0 111 11100000 111010 1010010

Color Harmonies of #B8C6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C6EC

Black with #B8C6EC

Text Example


Text Example

White with #B8C6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C6EC; }

 p { color: rgb(184,198,236); }

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

background-color css

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

 a { background-color: rgb(184,198,236); }

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

border-color css

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

 span { border-color: rgb(184,198,236); }

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