Html Css Color HEX #B9C8FC Periwinkle

📋 copy color: '#B9C8FC'

red 185 ◦ green 200 ◦ blue 252

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

Shades of Periwinkle #B9C8FC

Tints of Periwinkle #B9C8FC

RGB

 RED value IS 185 (72.66% from 255) = 29.04%

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

 BLUE value IS 252 (98.83% from 255) = 39.56%

R = 29.04%
G = 31.4%
B = 39.56%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B9C8FC (or 0xB9C8FC) is known color: Periwinkle. HEX triplet: B9, C8 and FC. RGB value is (185,200,252). Sum of RGB (Red+Green+Blue) = 185+200+252=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C8FC is #463703. Grayscale: #C9C9C9. Windows color (decimal): -4601604 or 16566457. OLE color: 16566457.

HSL color Cylindrical-coordinate representation of color #B9C8FC: hue angle of 226.57º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9C8FC is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 200 252 -
CMYK 0.27 0.21 0 0.01
HSL 226.57º 0.92% 0.86% -
HSV(B) 226.57º 0.27% 0.99% -
XYZ 58.23 58.65 100.35 -
YUV 201.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 185 200 252 0.27 0.21 0 0.01 226.57 0.92 0.86
Hex B9 C8 FC 1B 15 0 1 E3 5C 56
Octal 271 310 374 33 25 0 1 343 134 126
Binary 10111001 11001000 11111100 11011 10101 0 1 11100011 1011100 1010110

Color Harmonies of #B9C8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C8FC

Black with #B9C8FC

Text Example


Text Example

White with #B9C8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C8FC; }

 p { color: rgb(185,200,252); }

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

background-color css

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

 a { background-color: rgb(185,200,252); }

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

border-color css

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

 span { border-color: rgb(185,200,252); }

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