Html Css Color HEX #BDCDFD Periwinkle

📋 copy color: '#BDCDFD'

red 189 ◦ green 205 ◦ blue 253

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

Shades of Periwinkle #BDCDFD

Tints of Periwinkle #BDCDFD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.68%

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

R = 29.21%
G = 31.68%
B = 39.1%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDCDFD (or 0xBDCDFD) is known color: Periwinkle. HEX triplet: BD, CD and FD. RGB value is (189,205,253). Sum of RGB (Red+Green+Blue) = 189+205+253=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDCDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDFD is #423202. Grayscale: #CDCDCD. Windows color (decimal): -4338179 or 16633277. OLE color: 16633277.

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

Color convert

RGB 189 205 253 -
CMYK 0.25 0.19 0 0.01
HSL 225º 0.94% 0.87% -
HSV(B) 225º 0.25% 0.99% -
XYZ 60.55 61.57 101.62 -
YUV 205.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 189 205 253 0.25 0.19 0 0.01 225 0.94 0.87
Hex BD CD FD 19 13 0 1 E1 5E 57
Octal 275 315 375 31 23 0 1 341 136 127
Binary 10111101 11001101 11111101 11001 10011 0 1 11100001 1011110 1010111

Color Harmonies of #BDCDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDFD

Black with #BDCDFD

Text Example


Text Example

White with #BDCDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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