Html Css Color HEX #BDD5FD Periwinkle

📋 copy color: '#BDD5FD'

red 189 ◦ green 213 ◦ blue 253

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

Shades of Periwinkle #BDD5FD

Tints of Periwinkle #BDD5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.52%

 BLUE value IS 253 (99.22% from 255) = 38.63%

R = 28.85%
G = 32.52%
B = 38.63%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDD5FD (or 0xBDD5FD) is known color: Periwinkle. HEX triplet: BD, D5 and FD. RGB value is (189,213,253). Sum of RGB (Red+Green+Blue) = 189+213+253=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5FD is #422A02. Grayscale: #D2D2D2. Windows color (decimal): -4336131 or 16635325. OLE color: 16635325.

HSL color Cylindrical-coordinate representation of color #BDD5FD: hue angle of 217.5º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD5FD is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 213 253 -
CMYK 0.25 0.16 0 0.01
HSL 217.5º 0.94% 0.87% -
HSV(B) 217.5º 0.25% 0.99% -
XYZ 62.51 65.5 102.28 -
YUV 210.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 189 213 253 0.25 0.16 0 0.01 217.5 0.94 0.87
Hex BD D5 FD 19 10 0 1 DA 5E 57
Octal 275 325 375 31 20 0 1 332 136 127
Binary 10111101 11010101 11111101 11001 10000 0 1 11011010 1011110 1010111

Color Harmonies of #BDD5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD5FD

Black with #BDD5FD

Text Example


Text Example

White with #BDD5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD5FD; }

 p { color: rgb(189,213,253); }

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

background-color css

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

 a { background-color: rgb(189,213,253); }

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

border-color css

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

 span { border-color: rgb(189,213,253); }

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