Html Css Color HEX #B8C8FE Periwinkle

📋 copy color: '#B8C8FE'

red 184 ◦ green 200 ◦ blue 254

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

Shades of Periwinkle #B8C8FE

Tints of Periwinkle #B8C8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.35%

 BLUE value IS 254 (99.61% from 255) = 39.81%

R = 28.84%
G = 31.35%
B = 39.81%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B8C8FE (or 0xB8C8FE) is known color: Periwinkle. HEX triplet: B8, C8 and FE. RGB value is (184,200,254). Sum of RGB (Red+Green+Blue) = 184+200+254=638 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.84% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8C8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C8FE is #473701. Grayscale: #C9C9C9. Windows color (decimal): -4667138 or 16697528. OLE color: 16697528.

HSL color Cylindrical-coordinate representation of color #B8C8FE: hue angle of 226.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8C8FE is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 200 254 -
CMYK 0.28 0.21 0 0.00
HSL 226.29º 0.97% 0.86% -
HSV(B) 226.29º 0.28% 1% -
XYZ 58.31 58.65 102.01 -
YUV 201.37 157.7 115.61 -
System Red Green Blue C M Y K H S L
Decimal 184 200 254 0.28 0.21 0 0.00 226.29 0.97 0.86
Hex B8 C8 FE 1C 15 0 0 E2 61 56
Octal 270 310 376 34 25 0 0 342 141 126
Binary 10111000 11001000 11111110 11100 10101 0 0 11100010 1100001 1010110

Color Harmonies of #B8C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C8FE

Black with #B8C8FE

Text Example


Text Example

White with #B8C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C8FE; }

 p { color: rgb(184,200,254); }

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

background-color css

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

 a { background-color: rgb(184,200,254); }

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

border-color css

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

 span { border-color: rgb(184,200,254); }

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