Html Css Color HEX #BDD0E6 Periwinkle

📋 copy color: '#BDD0E6'

red 189 ◦ green 208 ◦ blue 230

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

Shades of Periwinkle #BDD0E6

Tints of Periwinkle #BDD0E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.68%

R = 30.14%
G = 33.17%
B = 36.68%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDD0E6 (or 0xBDD0E6) is known color: Periwinkle. HEX triplet: BD, D0 and E6. RGB value is (189,208,230). Sum of RGB (Red+Green+Blue) = 189+208+230=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDD0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0E6 is #422F19. Grayscale: #CCCCCC. Windows color (decimal): -4337434 or 15126717. OLE color: 15126717.

HSL color Cylindrical-coordinate representation of color #BDD0E6: hue angle of 212.2º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDD0E6 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 208 230 -
CMYK 0.18 0.10 0 0.10
HSL 212.2º 0.45% 0.82% -
HSV(B) 212.2º 0.18% 0.9% -
XYZ 57.83 61.64 83.71 -
YUV 204.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 189 208 230 0.18 0.10 0 0.10 212.2 0.45 0.82
Hex BD D0 E6 12 A 0 A D4 2D 52
Octal 275 320 346 22 12 0 12 324 55 122
Binary 10111101 11010000 11100110 10010 1010 0 1010 11010100 101101 1010010

Color Harmonies of #BDD0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0E6

Black with #BDD0E6

Text Example


Text Example

White with #BDD0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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