Html Css Color HEX #BDD3FC Periwinkle

📋 copy color: '#BDD3FC'

red 189 ◦ green 211 ◦ blue 252

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

Shades of Periwinkle #BDD3FC

Tints of Periwinkle #BDD3FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.65%

R = 28.99%
G = 32.36%
B = 38.65%

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

#BDD3FC (or 0xBDD3FC) is known color: Periwinkle. HEX triplet: BD, D3 and FC. RGB value is (189,211,252). Sum of RGB (Red+Green+Blue) = 189+211+252=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDD3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3FC is #422C03. Grayscale: #D0D0D0. Windows color (decimal): -4336644 or 16569277. OLE color: 16569277.

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

Color convert

RGB 189 211 252 -
CMYK 0.25 0.16 0 0.01
HSL 219.05º 0.91% 0.86% -
HSV(B) 219.05º 0.25% 0.99% -
XYZ 61.85 64.44 101.27 -
YUV 209.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 189 211 252 0.25 0.16 0 0.01 219.05 0.91 0.86
Hex BD D3 FC 19 10 0 1 DB 5B 56
Octal 275 323 374 31 20 0 1 333 133 126
Binary 10111101 11010011 11111100 11001 10000 0 1 11011011 1011011 1010110

Color Harmonies of #BDD3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD3FC

Black with #BDD3FC

Text Example


Text Example

White with #BDD3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD3FC; }

 p { color: rgb(189,211,252); }

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

background-color css

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

 a { background-color: rgb(189,211,252); }

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

border-color css

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

 span { border-color: rgb(189,211,252); }

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