Html Css Color HEX #B9CAFF Periwinkle

📋 copy color: '#B9CAFF'

red 185 ◦ green 202 ◦ blue 255

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

Shades of Periwinkle #B9CAFF

Tints of Periwinkle #B9CAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.46%

 BLUE value IS 255 (100% from 255) = 39.72%

R = 28.82%
G = 31.46%
B = 39.72%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9CAFF (or 0xB9CAFF) is known color: Periwinkle. HEX triplet: B9, CA and FF. RGB value is (185,202,255). Sum of RGB (Red+Green+Blue) = 185+202+255=642 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.82% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CAFF is #463500. Grayscale: #CACACA. Windows color (decimal): -4601089 or 16763577. OLE color: 16763577.

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

Color convert

RGB 185 202 255 -
CMYK 0.27 0.21 0 0
HSL 225.43º 1% 0.86% -
HSV(B) 225.43º 0.27% 1% -
XYZ 59.18 59.78 103.03 -
YUV 202.96 157.37 115.19 -
System Red Green Blue C M Y K H S L
Decimal 185 202 255 0.27 0.21 0 0 225.43 1 0.86
Hex B9 CA FF 1B 15 0 0 E1 64 56
Octal 271 312 377 33 25 0 0 341 144 126
Binary 10111001 11001010 11111111 11011 10101 0 0 11100001 1100100 1010110

Color Harmonies of #B9CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CAFF

Black with #B9CAFF

Text Example


Text Example

White with #B9CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CAFF; }

 p { color: rgb(185,202,255); }

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

background-color css

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

 a { background-color: rgb(185,202,255); }

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

border-color css

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

 span { border-color: rgb(185,202,255); }

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