Html Css Color HEX #BDC8F9 Periwinkle

📋 copy color: '#BDC8F9'

red 189 ◦ green 200 ◦ blue 249

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

Shades of Periwinkle #BDC8F9

Tints of Periwinkle #BDC8F9

RGB

 RED value IS 189 (74.22% from 255) = 29.62%

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

 BLUE value IS 249 (97.66% from 255) = 39.03%

R = 29.62%
G = 31.35%
B = 39.03%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDC8F9 (or 0xBDC8F9) is known color: Periwinkle. HEX triplet: BD, C8 and F9. RGB value is (189,200,249). Sum of RGB (Red+Green+Blue) = 189+200+249=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDC8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8F9 is #423706. Grayscale: #CACACA. Windows color (decimal): -4339463 or 16369853. OLE color: 16369853.

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

Color convert

RGB 189 200 249 -
CMYK 0.24 0.20 0 0.02
HSL 229º 0.83% 0.86% -
HSV(B) 229º 0.24% 0.98% -
XYZ 58.74 58.97 97.91 -
YUV 202.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 189 200 249 0.24 0.20 0 0.02 229 0.83 0.86
Hex BD C8 F9 18 14 0 2 E5 53 56
Octal 275 310 371 30 24 0 2 345 123 126
Binary 10111101 11001000 11111001 11000 10100 0 10 11100101 1010011 1010110

Color Harmonies of #BDC8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8F9

Black with #BDC8F9

Text Example


Text Example

White with #BDC8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8F9; }

 p { color: rgb(189,200,249); }

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

background-color css

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

 a { background-color: rgb(189,200,249); }

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

border-color css

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

 span { border-color: rgb(189,200,249); }

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