Html Css Color HEX #BDCAF9 Periwinkle

📋 copy color: '#BDCAF9'

red 189 ◦ green 202 ◦ blue 249

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

Shades of Periwinkle #BDCAF9

Tints of Periwinkle #BDCAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.91%

R = 29.53%
G = 31.56%
B = 38.91%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDCAF9 (or 0xBDCAF9) is known color: Periwinkle. HEX triplet: BD, CA and F9. RGB value is (189,202,249). Sum of RGB (Red+Green+Blue) = 189+202+249=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDCAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCAF9 is #423506. Grayscale: #CBCBCB. Windows color (decimal): -4338951 or 16370365. OLE color: 16370365.

HSL color Cylindrical-coordinate representation of color #BDCAF9: hue angle of 227º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDCAF9 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 202 249 -
CMYK 0.24 0.19 0 0.02
HSL 227º 0.83% 0.86% -
HSV(B) 227º 0.24% 0.98% -
XYZ 59.21 59.9 98.06 -
YUV 203.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 189 202 249 0.24 0.19 0 0.02 227 0.83 0.86
Hex BD CA F9 18 13 0 2 E3 53 56
Octal 275 312 371 30 23 0 2 343 123 126
Binary 10111101 11001010 11111001 11000 10011 0 10 11100011 1010011 1010110

Color Harmonies of #BDCAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCAF9

Black with #BDCAF9

Text Example


Text Example

White with #BDCAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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