Html Css Color HEX #C0CBF2 Periwinkle

📋 copy color: '#C0CBF2'

red 192 ◦ green 203 ◦ blue 242

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

Shades of Periwinkle #C0CBF2

Tints of Periwinkle #C0CBF2

RGB

 RED value IS 192 (75.39% from 255) = 30.14%

 GREEN value IS 203 (79.69% from 255) = 31.87%

 BLUE value IS 242 (94.92% from 255) = 37.99%

R = 30.14%
G = 31.87%
B = 37.99%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0CBF2 (or 0xC0CBF2) is known color: Periwinkle. HEX triplet: C0, CB and F2. RGB value is (192,203,242). Sum of RGB (Red+Green+Blue) = 192+203+242=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0CBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBF2 is #3F340D. Grayscale: #CBCBCB. Windows color (decimal): -4142094 or 15911872. OLE color: 15911872.

HSL color Cylindrical-coordinate representation of color #C0CBF2: hue angle of 226.8º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0CBF2 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 203 242 -
CMYK 0.21 0.16 0 0.05
HSL 226.8º 0.66% 0.85% -
HSV(B) 226.8º 0.21% 0.95% -
XYZ 59.12 60.33 92.53 -
YUV 204.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 192 203 242 0.21 0.16 0 0.05 226.8 0.66 0.85
Hex C0 CB F2 15 10 0 5 E3 42 55
Octal 300 313 362 25 20 0 5 343 102 125
Binary 11000000 11001011 11110010 10101 10000 0 101 11100011 1000010 1010101

Color Harmonies of #C0CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBF2

Black with #C0CBF2

Text Example


Text Example

White with #C0CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBF2; }

 p { color: rgb(192,203,242); }

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

background-color css

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

 a { background-color: rgb(192,203,242); }

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

border-color css

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

 span { border-color: rgb(192,203,242); }

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