Html Css Color HEX #BFD3E6 Periwinkle

📋 copy color: '#BFD3E6'

red 191 ◦ green 211 ◦ blue 230

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

Shades of Periwinkle #BFD3E6

Tints of Periwinkle #BFD3E6

RGB

 RED value IS 191 (75% from 255) = 30.22%

 GREEN value IS 211 (82.81% from 255) = 33.39%

 BLUE value IS 230 (90.23% from 255) = 36.39%

R = 30.22%
G = 33.39%
B = 36.39%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFD3E6 (or 0xBFD3E6) is known color: Periwinkle. HEX triplet: BF, D3 and E6. RGB value is (191,211,230). Sum of RGB (Red+Green+Blue) = 191+211+230=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFD3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD3E6 is #402C19. Grayscale: #CFCFCF. Windows color (decimal): -4205594 or 15127487. OLE color: 15127487.

HSL color Cylindrical-coordinate representation of color #BFD3E6: hue angle of 209.23º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFD3E6 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 211 230 -
CMYK 0.17 0.08 0 0.10
HSL 209.23º 0.44% 0.83% -
HSV(B) 209.23º 0.17% 0.9% -
XYZ 59.06 63.38 83.98 -
YUV 207.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 191 211 230 0.17 0.08 0 0.10 209.23 0.44 0.83
Hex BF D3 E6 11 8 0 A D1 2C 53
Octal 277 323 346 21 10 0 12 321 54 123
Binary 10111111 11010011 11100110 10001 1000 0 1010 11010001 101100 1010011

Color Harmonies of #BFD3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD3E6

Black with #BFD3E6

Text Example


Text Example

White with #BFD3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD3E6; }

 p { color: rgb(191,211,230); }

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

background-color css

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

 a { background-color: rgb(191,211,230); }

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

border-color css

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

 span { border-color: rgb(191,211,230); }

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