Html Css Color HEX #BCD0ED Periwinkle

📋 copy color: '#BCD0ED'

red 188 ◦ green 208 ◦ blue 237

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

Shades of Periwinkle #BCD0ED

Tints of Periwinkle #BCD0ED

RGB

 RED value IS 188 (73.83% from 255) = 29.7%

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

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

R = 29.7%
G = 32.86%
B = 37.44%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCD0ED (or 0xBCD0ED) is known color: Periwinkle. HEX triplet: BC, D0 and ED. RGB value is (188,208,237). Sum of RGB (Red+Green+Blue) = 188+208+237=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCD0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0ED is #432F12. Grayscale: #CDCDCD. Windows color (decimal): -4402963 or 15585468. OLE color: 15585468.

HSL color Cylindrical-coordinate representation of color #BCD0ED: hue angle of 215.51º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD0ED is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 208 237 -
CMYK 0.21 0.12 0 0.07
HSL 215.51º 0.58% 0.83% -
HSV(B) 215.51º 0.21% 0.93% -
XYZ 58.58 61.92 88.98 -
YUV 205.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 188 208 237 0.21 0.12 0 0.07 215.51 0.58 0.83
Hex BC D0 ED 15 C 0 7 D8 3A 53
Octal 274 320 355 25 14 0 7 330 72 123
Binary 10111100 11010000 11101101 10101 1100 0 111 11011000 111010 1010011

Color Harmonies of #BCD0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0ED

Black with #BCD0ED

Text Example


Text Example

White with #BCD0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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