Html Css Color HEX #B8CAFB Periwinkle

📋 copy color: '#B8CAFB'

red 184 ◦ green 202 ◦ blue 251

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

Shades of Periwinkle #B8CAFB

Tints of Periwinkle #B8CAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.4%

R = 28.89%
G = 31.71%
B = 39.4%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8CAFB (or 0xB8CAFB) is known color: Periwinkle. HEX triplet: B8, CA and FB. RGB value is (184,202,251). Sum of RGB (Red+Green+Blue) = 184+202+251=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CAFB is #473504. Grayscale: #C9C9C9. Windows color (decimal): -4666629 or 16501432. OLE color: 16501432.

HSL color Cylindrical-coordinate representation of color #B8CAFB: hue angle of 223.88º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8CAFB is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 202 251 -
CMYK 0.27 0.20 0 0.02
HSL 223.88º 0.89% 0.85% -
HSV(B) 223.88º 0.27% 0.98% -
XYZ 58.3 59.4 99.66 -
YUV 202.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 184 202 251 0.27 0.20 0 0.02 223.88 0.89 0.85
Hex B8 CA FB 1B 14 0 2 E0 59 55
Octal 270 312 373 33 24 0 2 340 131 125
Binary 10111000 11001010 11111011 11011 10100 0 10 11100000 1011001 1010101

Color Harmonies of #B8CAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CAFB

Black with #B8CAFB

Text Example


Text Example

White with #B8CAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CAFB; }

 p { color: rgb(184,202,251); }

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

background-color css

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

 a { background-color: rgb(184,202,251); }

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

border-color css

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

 span { border-color: rgb(184,202,251); }

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