Html Css Color HEX #BDD0ED Periwinkle

📋 copy color: '#BDD0ED'

red 189 ◦ green 208 ◦ blue 237

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

Shades of Periwinkle #BDD0ED

Tints of Periwinkle #BDD0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.38%

R = 29.81%
G = 32.81%
B = 37.38%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDD0ED (or 0xBDD0ED) is known color: Periwinkle. HEX triplet: BD, D0 and ED. RGB value is (189,208,237). Sum of RGB (Red+Green+Blue) = 189+208+237=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDD0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0ED is #422F12. Grayscale: #CDCDCD. Windows color (decimal): -4337427 or 15585469. OLE color: 15585469.

HSL color Cylindrical-coordinate representation of color #BDD0ED: hue angle of 216.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD0ED is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 208 237 -
CMYK 0.20 0.12 0 0.07
HSL 216.25º 0.57% 0.84% -
HSV(B) 216.25º 0.2% 0.93% -
XYZ 58.83 62.04 89 -
YUV 205.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 189 208 237 0.20 0.12 0 0.07 216.25 0.57 0.84
Hex BD D0 ED 14 C 0 7 D8 39 54
Octal 275 320 355 24 14 0 7 330 71 124
Binary 10111101 11010000 11101101 10100 1100 0 111 11011000 111001 1010100

Color Harmonies of #BDD0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0ED

Black with #BDD0ED

Text Example


Text Example

White with #BDD0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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