Html Css Color HEX #BCD0EE Periwinkle

📋 copy color: '#BCD0EE'

red 188 ◦ green 208 ◦ blue 238

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

Shades of Periwinkle #BCD0EE

Tints of Periwinkle #BCD0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.54%

R = 29.65%
G = 32.81%
B = 37.54%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCD0EE (or 0xBCD0EE) is known color: Periwinkle. HEX triplet: BC, D0 and EE. RGB value is (188,208,238). Sum of RGB (Red+Green+Blue) = 188+208+238=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCD0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0EE is #432F11. Grayscale: #CDCDCD. Windows color (decimal): -4402962 or 15651004. OLE color: 15651004.

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

Color convert

RGB 188 208 238 -
CMYK 0.21 0.13 0 0.07
HSL 216º 0.6% 0.84% -
HSV(B) 216º 0.21% 0.93% -
XYZ 58.73 61.98 89.76 -
YUV 205.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 188 208 238 0.21 0.13 0 0.07 216 0.6 0.84
Hex BC D0 EE 15 D 0 7 D8 3C 54
Octal 274 320 356 25 15 0 7 330 74 124
Binary 10111100 11010000 11101110 10101 1101 0 111 11011000 111100 1010100

Color Harmonies of #BCD0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0EE

Black with #BCD0EE

Text Example


Text Example

White with #BCD0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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