Html Css Color HEX #BDD1FB Periwinkle

📋 copy color: '#BDD1FB'

red 189 ◦ green 209 ◦ blue 251

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

Shades of Periwinkle #BDD1FB

Tints of Periwinkle #BDD1FB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.2%

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

R = 29.12%
G = 32.2%
B = 38.67%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDD1FB (or 0xBDD1FB) is known color: Periwinkle. HEX triplet: BD, D1 and FB. RGB value is (189,209,251). Sum of RGB (Red+Green+Blue) = 189+209+251=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDD1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1FB is #422E04. Grayscale: #CFCFCF. Windows color (decimal): -4337157 or 16503229. OLE color: 16503229.

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

Color convert

RGB 189 209 251 -
CMYK 0.25 0.17 0 0.02
HSL 220.65º 0.89% 0.86% -
HSV(B) 220.65º 0.25% 0.98% -
XYZ 61.2 63.38 100.28 -
YUV 207.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 189 209 251 0.25 0.17 0 0.02 220.65 0.89 0.86
Hex BD D1 FB 19 11 0 2 DD 59 56
Octal 275 321 373 31 21 0 2 335 131 126
Binary 10111101 11010001 11111011 11001 10001 0 10 11011101 1011001 1010110

Color Harmonies of #BDD1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1FB

Black with #BDD1FB

Text Example


Text Example

White with #BDD1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1FB; }

 p { color: rgb(189,209,251); }

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

background-color css

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

 a { background-color: rgb(189,209,251); }

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

border-color css

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

 span { border-color: rgb(189,209,251); }

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