Html Css Color HEX #B8C5F1 Periwinkle

📋 copy color: '#B8C5F1'

red 184 ◦ green 197 ◦ blue 241

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

Shades of Periwinkle #B8C5F1

Tints of Periwinkle #B8C5F1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.67%

 BLUE value IS 241 (94.53% from 255) = 38.75%

R = 29.58%
G = 31.67%
B = 38.75%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B8C5F1 (or 0xB8C5F1) is known color: Periwinkle. HEX triplet: B8, C5 and F1. RGB value is (184,197,241). Sum of RGB (Red+Green+Blue) = 184+197+241=622 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.58% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #B8C5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C5F1 is #473A0E. Grayscale: #C5C5C5. Windows color (decimal): -4667919 or 15844792. OLE color: 15844792.

HSL color Cylindrical-coordinate representation of color #B8C5F1: hue angle of 226.32º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8C5F1 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 197 241 -
CMYK 0.24 0.18 0 0.05
HSL 226.32º 0.67% 0.83% -
HSV(B) 226.32º 0.24% 0.95% -
XYZ 55.61 56.47 91.19 -
YUV 198.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 184 197 241 0.24 0.18 0 0.05 226.32 0.67 0.83
Hex B8 C5 F1 18 12 0 5 E2 43 53
Octal 270 305 361 30 22 0 5 342 103 123
Binary 10111000 11000101 11110001 11000 10010 0 101 11100010 1000011 1010011

Color Harmonies of #B8C5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C5F1

Black with #B8C5F1

Text Example


Text Example

White with #B8C5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C5F1; }

 p { color: rgb(184,197,241); }

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

background-color css

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

 a { background-color: rgb(184,197,241); }

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

border-color css

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

 span { border-color: rgb(184,197,241); }

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