Html Css Color HEX #BDD0FD Periwinkle

📋 copy color: '#BDD0FD'

red 189 ◦ green 208 ◦ blue 253

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

Shades of Periwinkle #BDD0FD

Tints of Periwinkle #BDD0FD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32%

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

R = 29.08%
G = 32%
B = 38.92%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDD0FD (or 0xBDD0FD) is known color: Periwinkle. HEX triplet: BD, D0 and FD. RGB value is (189,208,253). Sum of RGB (Red+Green+Blue) = 189+208+253=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDD0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0FD is #422F02. Grayscale: #CFCFCF. Windows color (decimal): -4337411 or 16634045. OLE color: 16634045.

HSL color Cylindrical-coordinate representation of color #BDD0FD: hue angle of 222.19º 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 #BDD0FD is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 208 253 -
CMYK 0.25 0.18 0 0.01
HSL 222.19º 0.94% 0.87% -
HSV(B) 222.19º 0.25% 0.99% -
XYZ 61.27 63.02 101.86 -
YUV 207.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 189 208 253 0.25 0.18 0 0.01 222.19 0.94 0.87
Hex BD D0 FD 19 12 0 1 DE 5E 57
Octal 275 320 375 31 22 0 1 336 136 127
Binary 10111101 11010000 11111101 11001 10010 0 1 11011110 1011110 1010111

Color Harmonies of #BDD0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0FD

Black with #BDD0FD

Text Example


Text Example

White with #BDD0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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