Html Css Color HEX #BDC8EB Periwinkle

📋 copy color: '#BDC8EB'

red 189 ◦ green 200 ◦ blue 235

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

Shades of Periwinkle #BDC8EB

Tints of Periwinkle #BDC8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.05%

 BLUE value IS 235 (92.19% from 255) = 37.66%

R = 30.29%
G = 32.05%
B = 37.66%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDC8EB (or 0xBDC8EB) is known color: Periwinkle. HEX triplet: BD, C8 and EB. RGB value is (189,200,235). Sum of RGB (Red+Green+Blue) = 189+200+235=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDC8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8EB is #423714. Grayscale: #C8C8C8. Windows color (decimal): -4339477 or 15452349. OLE color: 15452349.

HSL color Cylindrical-coordinate representation of color #BDC8EB: hue angle of 225.65º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC8EB is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 200 235 -
CMYK 0.20 0.15 0 0.08
HSL 225.65º 0.53% 0.83% -
HSV(B) 225.65º 0.2% 0.92% -
XYZ 56.64 58.13 86.83 -
YUV 200.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 189 200 235 0.20 0.15 0 0.08 225.65 0.53 0.83
Hex BD C8 EB 14 F 0 8 E2 35 53
Octal 275 310 353 24 17 0 10 342 65 123
Binary 10111101 11001000 11101011 10100 1111 0 1000 11100010 110101 1010011

Color Harmonies of #BDC8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8EB

Black with #BDC8EB

Text Example


Text Example

White with #BDC8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8EB; }

 p { color: rgb(189,200,235); }

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

background-color css

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

 a { background-color: rgb(189,200,235); }

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

border-color css

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

 span { border-color: rgb(189,200,235); }

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