Html Css Color HEX #BDCADF Periwinkle

📋 copy color: '#BDCADF'

red 189 ◦ green 202 ◦ blue 223

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

Shades of Periwinkle #BDCADF

Tints of Periwinkle #BDCADF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.9%

 BLUE value IS 223 (87.5% from 255) = 36.32%

R = 30.78%
G = 32.9%
B = 36.32%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDCADF (or 0xBDCADF) is known color: Periwinkle. HEX triplet: BD, CA and DF. RGB value is (189,202,223). Sum of RGB (Red+Green+Blue) = 189+202+223=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDCADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCADF is #423520. Grayscale: #C8C8C8. Windows color (decimal): -4338977 or 14666429. OLE color: 14666429.

HSL color Cylindrical-coordinate representation of color #BDCADF: hue angle of 217.06º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDCADF is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 202 223 -
CMYK 0.15 0.09 0 0.13
HSL 217.06º 0.35% 0.81% -
HSV(B) 217.06º 0.15% 0.87% -
XYZ 55.43 58.39 78.16 -
YUV 200.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 189 202 223 0.15 0.09 0 0.13 217.06 0.35 0.81
Hex BD CA DF F 9 0 D D9 23 51
Octal 275 312 337 17 11 0 15 331 43 121
Binary 10111101 11001010 11011111 1111 1001 0 1101 11011001 100011 1010001

Color Harmonies of #BDCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCADF

Black with #BDCADF

Text Example


Text Example

White with #BDCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCADF; }

 p { color: rgb(189,202,223); }

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

background-color css

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

 a { background-color: rgb(189,202,223); }

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

border-color css

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

 span { border-color: rgb(189,202,223); }

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